update wallet in casse order remaining is zero
This commit is contained in:
parent
68f81aa2af
commit
5b68940213
@ -703,6 +703,7 @@ class FreqtradeBot(object):
|
||||
|
||||
# Check if trade is still actually open
|
||||
if int(order['remaining']) == 0:
|
||||
self.wallets.update()
|
||||
continue
|
||||
|
||||
# Check if trade is still actually open
|
||||
|
Loading…
Reference in New Issue
Block a user