Fix #1637
This commit is contained in:
parent
8babf0d2b5
commit
0a2cacbba8
@ -298,7 +298,7 @@ class Exchange(object):
|
||||
'amount': amount,
|
||||
"cost": amount * rate,
|
||||
'type': ordertype,
|
||||
'side': 'buy',
|
||||
'side': side,
|
||||
'remaining': amount,
|
||||
'datetime': arrow.utcnow().isoformat(),
|
||||
'status': "open",
|
||||
|
Loading…
Reference in New Issue
Block a user