Skip to content

Commit 7a023b6

Browse files
committed
fix: typo
1 parent dd9135a commit 7a023b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/utils/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ var (
899899
Usage: "Disable gossip broadcast transactions to other peers",
900900
}
901901
GossipTxReceivingDisabledFlag = cli.BoolFlag{
902-
Name: "txgossip.disabletxreceiving",
902+
Name: "gossip.disabletxreceiving",
903903
Usage: "Disable gossip receiving transactions from other peers",
904904
}
905905
GossipBroadcastToAllEnabledFlag = cli.BoolFlag{

0 commit comments

Comments
 (0)