Update decorator locations

This commit is contained in:
Matthias
2022-02-15 07:04:50 +01:00
parent 324fdcedb1
commit 1bae18c60a
6 changed files with 9 additions and 6 deletions

View File

@@ -846,7 +846,7 @@ def get_markets():
'option': False,
'active': True,
'contract': None,
'linear': None,
'linear': True,
'inverse': None,
'taker': 0.0006,
'maker': 0.0002,
@@ -891,8 +891,8 @@ def get_markets():
'future': True,
'swap': True,
'margin': True,
'linear': False,
'inverse': True,
'linear': True,
'inverse': False,
'type': 'spot',
'contractSize': None,
'taker': 0.0006,