mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
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