Remove unused line
This commit is contained in:
parent
990f8a996b
commit
573b6b8e15
@ -471,7 +471,6 @@ class FreqtradeBot(object):
|
||||
|
||||
# Check if trade is still actually open
|
||||
if int(order['remaining']) == 0:
|
||||
# self.maybe_update_real_amount(trade)
|
||||
continue
|
||||
|
||||
if order['side'] == 'buy' and ordertime < timeoutthreashold:
|
||||
|
Loading…
Reference in New Issue
Block a user