mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-11 18:31:39 +00:00
Add explaining comment
This commit is contained in:
@@ -51,6 +51,8 @@ class FreqtradeBot(object):
|
||||
self.config = config
|
||||
|
||||
self.strategy: IStrategy = StrategyResolver(self.config).strategy
|
||||
|
||||
# Check config consistency here since strategies can set certain options
|
||||
validate_config_consistency(config)
|
||||
|
||||
self.rpc: RPCManager = RPCManager(self)
|
||||
|
||||
Reference in New Issue
Block a user