Fix #1637
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user