From b5f92f5d2e2adb2a2426b4b3d87fdb2a5170d3f8 Mon Sep 17 00:00:00 2001 From: Sam Kleinman Date: Thu, 30 Jun 2022 13:05:23 -0400 Subject: [PATCH] Update node/setup.go Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com> --- node/setup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/setup.go b/node/setup.go index 78aa669d4..4985e8764 100644 --- a/node/setup.go +++ b/node/setup.go @@ -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")