Fix migration issue

This commit is contained in:
Matthias
2021-10-12 20:41:48 +02:00
parent f290ff5c9a
commit 532a9341d2
2 changed files with 4 additions and 1 deletions

View File

@@ -71,6 +71,9 @@ class Exchange:
"l2_limit_range_required": True, # Allow Empty L2 limit (kucoin)
}
_ft_has: Dict = {}
# funding_fee_times is currently unused, but should ideally be used to properly
# schedule refresh times
funding_fee_times: List[int] = [] # hours of the day
_supported_trading_mode_collateral_pairs: List[Tuple[TradingMode, Collateral]] = [