Update node/setup.go

Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
This commit is contained in:
Sam Kleinman
2022-06-30 13:05:23 -04:00
committed by GitHub
parent 288cb31040
commit b5f92f5d2e

View File

@@ -339,7 +339,7 @@ func createBlockchainReactor(
) (*p2p.ReactorShim, service.Service, error) {
if !cfg.BlockSync.Enable {
logger.Error("Blocksync is disabled in the config, but this is not a supported configuration, overriding")
logger.Error("Blocksync is disabled in the config, but this is not a supported configuration, overriding. This parameter will be completely removed in the next version.")
}
logger = logger.With("module", "blockchain")