Add explaining comment
This commit is contained in:
parent
611850bf91
commit
b6462cd51f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user