From f9f36b59e7a7ce6344aa03150d78b7d14a4d7a4d Mon Sep 17 00:00:00 2001 From: ddl Date: Tue, 5 Dec 2023 19:17:17 +0800 Subject: [PATCH] chore:TxPoolGossipDisableFlag usage (#8899) Spotted this typo when follow the help commond --- cmd/utils/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index 0f6624080ff..68fda92b8f9 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -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{