added okex back to unsupported exchanges

This commit is contained in:
Sam Germain
2022-01-29 20:43:06 -06:00
parent 2c1497b348
commit 43db4c34d1
3 changed files with 7 additions and 6 deletions

View File

@@ -24,5 +24,5 @@ class Okex(Exchange):
# TradingMode.SPOT always supported and not required in this list
# (TradingMode.MARGIN, Collateral.CROSS),
# (TradingMode.FUTURES, Collateral.CROSS),
(TradingMode.FUTURES, Collateral.ISOLATED)
# (TradingMode.FUTURES, Collateral.ISOLATED)
]