From 7d504c19ed06e46087d9886ce3d6f2ea33b8a10a Mon Sep 17 00:00:00 2001 From: Somnath Date: Tue, 13 Feb 2024 10:30:12 +0400 Subject: [PATCH] Add default config for txpool explicitly (#9429) The txpool's defaults weren't appearing in the `ethConfig` leading to hive test failures and (potentially) lots of nodes facing issues --- eth/ethconfig/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/eth/ethconfig/config.go b/eth/ethconfig/config.go index a66e54cf44f..01b82bc62ef 100644 --- a/eth/ethconfig/config.go +++ b/eth/ethconfig/config.go @@ -95,6 +95,7 @@ var Defaults = Config{ Recommit: 3 * time.Second, }, DeprecatedTxPool: DeprecatedDefaultTxPoolConfig, + TxPool: txpoolcfg.DefaultConfig, RPCGasCap: 50000000, GPO: FullNodeGPO, RPCTxFeeCap: 1, // 1 ether