Don't set order_id to none here - it's used in "update_open_order".

should fix bugs observed in #1371 connected to stoploss
This commit is contained in:
Matthias 2019-03-31 15:30:22 +02:00
parent 0d152eb907
commit 4fa736114c

View File

@ -472,7 +472,6 @@ class FreqtradeBot(object):
stake_amount = order['cost']
amount = order['amount']
buy_limit_filled_price = order['price']
order_id = None
self.rpc.send_msg({
'type': RPCMessageType.BUY_NOTIFICATION,