mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 22:10:35 +00:00
Avoid tons of commits when cancelling all orders
This commit is contained in:
@@ -1451,7 +1451,7 @@ class FreqtradeBot(LoggingMixin):
|
||||
self.handle_cancel_exit(
|
||||
trade, order, open_order.order_id, constants.CANCEL_REASON['ALL_CANCELLED']
|
||||
)
|
||||
Trade.commit()
|
||||
Trade.commit()
|
||||
|
||||
def handle_cancel_enter(
|
||||
self, trade: Trade, order: Dict, order_id: str,
|
||||
|
||||
Reference in New Issue
Block a user