mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 02:23:05 +00:00
added check
This commit is contained in:
@@ -78,6 +78,7 @@ class Kraken(Exchange):
|
||||
# x["side"], x["amount"],
|
||||
)
|
||||
for x in orders
|
||||
if x["price"] is not None
|
||||
]
|
||||
for bal in balances:
|
||||
if not isinstance(balances[bal], dict):
|
||||
|
||||
Reference in New Issue
Block a user