mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: extend pool configuration (#10985)
This commit is contained in:
10
book/cli/reth/node.md
vendored
10
book/cli/reth/node.md
vendored
@ -440,6 +440,16 @@ TxPool:
|
||||
|
||||
[default: 10]
|
||||
|
||||
--txpool.minimal-protocol-fee <MINIMAL_PROTOCOL_BASEFEE>
|
||||
Minimum base fee required by the protocol
|
||||
|
||||
[default: 7]
|
||||
|
||||
--txpool.gas-limit <GAS_LIMIT>
|
||||
The default enforced gas limit for transactions entering the pool
|
||||
|
||||
[default: 30000000]
|
||||
|
||||
--blobpool.pricebump <BLOB_TRANSACTION_PRICE_BUMP>
|
||||
Price bump percentage to replace an already existing blob transaction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user