mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Fix trade_from_json
This commit is contained in:
parent
ac4e3028d2
commit
d08bad7288
|
@ -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"]:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user