Skip to content

Commit

Permalink
Add default config for txpool explicitly (erigontech#9429)
Browse files Browse the repository at this point in the history
The txpool's defaults weren't appearing in the `ethConfig` leading to
hive test failures and (potentially) lots of nodes facing issues
  • Loading branch information
somnathb1 authored Feb 13, 2024
1 parent d30c614 commit 7d504c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth/ethconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ var Defaults = Config{
Recommit: 3 * time.Second,
},
DeprecatedTxPool: DeprecatedDefaultTxPoolConfig,
TxPool: txpoolcfg.DefaultConfig,
RPCGasCap: 50000000,
GPO: FullNodeGPO,
RPCTxFeeCap: 1, // 1 ether
Expand Down

0 comments on commit 7d504c1

Please sign in to comment.