Skip to content

Commit

Permalink
[release] Add default config for txpool explicitly (#9429) (#9434)
Browse files Browse the repository at this point in the history
Cherry pick PR #9429

Co-authored-by: Somnath <[email protected]>
  • Loading branch information
yperbasis and somnathb1 authored Feb 13, 2024
1 parent 321b8d9 commit 8d9967b
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 8d9967b

Please sign in to comment.