mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-08 15:20:24 +00:00
Fix trade_from_json
This commit is contained in:
@@ -1730,7 +1730,6 @@ class Trade(ModelBase, LocalTrade):
|
||||
is_short=data["is_short"],
|
||||
trading_mode=data["trading_mode"],
|
||||
funding_fees=data["funding_fees"],
|
||||
open_order_id=data["open_order_id"],
|
||||
)
|
||||
for order in data["orders"]:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user