Update comment

This commit is contained in:
Matthias 2019-03-31 19:41:17 +02:00
parent 0ddafeeabf
commit 19d3a0cbac
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ class FreqtradeBot(object):
ticker_interval=constants.TICKER_INTERVAL_MINUTES[self.config['ticker_interval']] ticker_interval=constants.TICKER_INTERVAL_MINUTES[self.config['ticker_interval']]
) )
# Update fees if order is closed already. # Update fees if order is closed
if order_status == 'closed': if order_status == 'closed':
self.update_open_order(trade, order) self.update_open_order(trade, order)