mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Fix missing key in test order
This commit is contained in:
parent
a2551daf12
commit
ad61673d6f
|
@ -1590,6 +1590,7 @@ def buy_order_fee():
|
|||
'datetime': str(arrow.utcnow().shift(minutes=-601).datetime),
|
||||
'price': 0.245441,
|
||||
'amount': 8.0,
|
||||
'cost': 1.963528,
|
||||
'remaining': 90.99181073,
|
||||
'status': 'closed',
|
||||
'fee': None
|
||||
|
|
Loading…
Reference in New Issue
Block a user