test_ccxt_compat - ftx["futures"] = false

This commit is contained in:
Sam Germain 2022-02-26 09:45:15 -06:00
parent 64172bc98d
commit 7dab70f1a5

View File

@ -50,7 +50,7 @@ EXCHANGES = {
'hasQuoteVolume': True,
'timeframe': '5m',
'futures_pair': 'BTC/USD:USD',
'futures': True,
'futures': False,
'leverage_tiers_public': False, # TODO: Set to True once implemented on CCXT
'leverage_in_spot_market': True,
},