mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(builder): desired block gas limit (#13351)
This commit is contained in:
4
book/cli/reth/node.md
vendored
4
book/cli/reth/node.md
vendored
@ -458,7 +458,7 @@ TxPool:
|
||||
|
||||
[default: 7]
|
||||
|
||||
--txpool.gas-limit <GAS_LIMIT>
|
||||
--txpool.gas-limit <ENFORCED_GAS_LIMIT>
|
||||
The default enforced gas limit for transactions entering the pool
|
||||
|
||||
[default: 30000000]
|
||||
@ -514,7 +514,7 @@ Builder:
|
||||
[default: reth/<VERSION>/<OS>]
|
||||
|
||||
--builder.gaslimit <GAS_LIMIT>
|
||||
Target gas ceiling for built blocks
|
||||
Target gas limit for built blocks
|
||||
|
||||
[default: 30000000]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user