We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9135a commit 7a023b6Copy full SHA for 7a023b6
cmd/utils/flags.go
@@ -899,7 +899,7 @@ var (
899
Usage: "Disable gossip broadcast transactions to other peers",
900
}
901
GossipTxReceivingDisabledFlag = cli.BoolFlag{
902
- Name: "txgossip.disabletxreceiving",
+ Name: "gossip.disabletxreceiving",
903
Usage: "Disable gossip receiving transactions from other peers",
904
905
GossipBroadcastToAllEnabledFlag = cli.BoolFlag{
0 commit comments