Added cost to limit_sell_order_usdt_open, fixing some tests

This commit is contained in:
Sam Germain
2021-10-09 15:50:18 -06:00
parent 85e86ec09d
commit 9a6ffff5eb
2 changed files with 7 additions and 3 deletions

View File

@@ -2309,6 +2309,7 @@ def limit_sell_order_usdt_open():
'timestamp': arrow.utcnow().int_timestamp,
'price': 2.20,
'amount': 30.0,
'cost': 66.0,
'filled': 0.0,
'remaining': 30.0,
'status': 'open'