Update gateio to patch fees
This commit is contained in:
@@ -1564,6 +1564,7 @@ class FreqtradeBot(LoggingMixin):
|
||||
if not order_obj:
|
||||
raise DependencyException(
|
||||
f"Order_obj not found for {order_id}. This should not have happened.")
|
||||
|
||||
self.handle_order_fee(trade, order_obj, order)
|
||||
|
||||
trade.update_trade(order_obj)
|
||||
|
||||
Reference in New Issue
Block a user