Skip to content

Commit

Permalink
chore:TxPoolGossipDisableFlag usage (#8899)
Browse files Browse the repository at this point in the history
Spotted this typo when follow the help commond
  • Loading branch information
ddl-hust authored Dec 5, 2023
1 parent 9bea4e3 commit f9f36b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ var (
}
TxPoolGossipDisableFlag = cli.BoolFlag{
Name: "txpool.gossip.disable",
Usage: "Disabling p2p gossip of txs. Any txs received by p2p - will be dropped.K Some networks like 'Optimism execution engine'/'Optimistic Rollup' - using it to protect against MEV attacks",
Usage: "Disabling p2p gossip of txs. Any txs received by p2p - will be dropped. Some networks like 'Optimism execution engine'/'Optimistic Rollup' - using it to protect against MEV attacks",
Value: txpoolcfg.DefaultConfig.NoGossip,
}
TxPoolLocalsFlag = cli.StringFlag{
Expand Down

0 comments on commit f9f36b5

Please sign in to comment.