Run binance futures migrations on startup
This commit is contained in:
		| @@ -33,6 +33,7 @@ from freqtrade.rpc.external_message_consumer import ExternalMessageConsumer | ||||
| from freqtrade.strategy.interface import IStrategy | ||||
| from freqtrade.strategy.strategy_wrapper import strategy_safe_wrapper | ||||
| from freqtrade.util import FtPrecise | ||||
| from freqtrade.util.binance_mig import migrate_binance_futures_names | ||||
| from freqtrade.wallets import Wallets | ||||
|  | ||||
|  | ||||
| @@ -177,6 +178,8 @@ class FreqtradeBot(LoggingMixin): | ||||
|         Called on startup and after reloading the bot - triggers notifications and | ||||
|         performs startup tasks | ||||
|         """ | ||||
|         migrate_binance_futures_names(self.config) | ||||
|  | ||||
|         self.rpc.startup_messages(self.config, self.pairlists, self.protections) | ||||
|         # Update older trades with precision and precision mode | ||||
|         self.startup_backpopulate_precision() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user