mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-25 13:51:45 +00:00
chore: remove workaround for Kraken ".F" workaround
This commit is contained in:
@@ -71,7 +71,7 @@ def test_get_balances_prod_kraken(default_conf, mocker):
|
||||
"4TH": balance_item.copy(),
|
||||
"EUR": balance_item.copy(),
|
||||
"BTC": {"free": 0.0, "total": 0.0, "used": 0.0},
|
||||
"XBT.F": balance_item.copy(),
|
||||
"BTC.F": balance_item.copy(),
|
||||
"timestamp": 123123,
|
||||
}
|
||||
)
|
||||
|
||||
@@ -156,7 +156,7 @@ EXCHANGES = {
|
||||
"ADA.F": {"free": 2.0, "total": 2.0, "used": 0.0},
|
||||
"BTC": {"free": 0.0006, "total": 0.0006, "used": 0.0},
|
||||
# XBT.F should be mapped to BTC.F
|
||||
"XBT.F": {"free": 0.001, "total": 0.001, "used": 0.0},
|
||||
"BTC.F": {"free": 0.001, "total": 0.001, "used": 0.0},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user