leverage limits can be None, so we need to check for that
This commit is contained in:
@@ -684,6 +684,10 @@ def get_markets():
|
||||
'min': 0.0001,
|
||||
'max': 500000,
|
||||
},
|
||||
'leverage': {
|
||||
'min': None,
|
||||
'max': None
|
||||
},
|
||||
},
|
||||
'info': {},
|
||||
},
|
||||
|
Reference in New Issue
Block a user