We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbe3e4 commit 0d57027Copy full SHA for 0d57027
balancer.py
@@ -958,7 +958,6 @@ def get_wallet_balance(price: float):
958
if bal['currency'] == asset:
959
return float(bal['walletBalance']) * CONF.satoshi_factor
960
if CONF.exchange == 'kraken':
961
- # asset = CONF.base if CONF.base != 'BTC' else 'XBt'
962
return float(EXCHANGE.private_post_tradebalance({'asset': CONF.base})['result']['tb'])
963
if CONF.exchange in ['bitpanda', 'coinbase']:
964
balance = 0
0 commit comments