Skip to content

Commit 0d57027

Browse files
committed
Fix smell
1 parent bdbe3e4 commit 0d57027

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

balancer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,6 @@ def get_wallet_balance(price: float):
958958
if bal['currency'] == asset:
959959
return float(bal['walletBalance']) * CONF.satoshi_factor
960960
if CONF.exchange == 'kraken':
961-
# asset = CONF.base if CONF.base != 'BTC' else 'XBt'
962961
return float(EXCHANGE.private_post_tradebalance({'asset': CONF.base})['result']['tb'])
963962
if CONF.exchange in ['bitpanda', 'coinbase']:
964963
balance = 0

0 commit comments

Comments
 (0)