mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 01:53:05 +00:00
Update decorator locations
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user