mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
chore:TxPoolGossipDisableFlag usage (#8899)
Spotted this typo when follow the help commond
This commit is contained in:
parent
9bea4e3a9c
commit
f9f36b59e7
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user