From aa2d6ee64a5fc307d36d2a77658bfdb66407d1c5 Mon Sep 17 00:00:00 2001 From: tycho garen Date: Wed, 13 Jul 2022 12:10:43 -0400 Subject: [PATCH] remove init --- cmd/tendermint/commands/run_node.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/tendermint/commands/run_node.go b/cmd/tendermint/commands/run_node.go index 435ce9ea4..dcd62c491 100644 --- a/cmd/tendermint/commands/run_node.go +++ b/cmd/tendermint/commands/run_node.go @@ -34,9 +34,6 @@ func AddNodeFlags(cmd *cobra.Command) { config.PrivValidator.ListenAddr, "socket address to listen on for connections from external priv-validator process") - // node flags - cmd.Flags().Bool("blocksync.enable", config.BlockSync.Enable, "enable fast blockchain syncing") - // TODO (https://github.com/tendermint/tendermint/issues/6908): remove this check after the v0.35 release cycle // This check was added to give users an upgrade prompt to use the new flag for syncing. //