fix(builder): desired block gas limit (#13351)

This commit is contained in:
Roman Krasiuk
2024-12-12 17:29:33 +01:00
committed by GitHub
parent 6ff2510ad9
commit e9577729f8
19 changed files with 66 additions and 50 deletions

View File

@ -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]