diff --git a/node/node.go b/node/node.go index 0350993fa..dbfcd701d 100644 --- a/node/node.go +++ b/node/node.go @@ -1009,7 +1009,7 @@ func New( txPoolConfig := core.DefaultTxPoolConfig // Temporarily not updating other networks to make the rpc tests pass - if node.NodeConfig.GetNetworkType() != nodeconfig.Mainnet { + if node.NodeConfig.GetNetworkType() != nodeconfig.Mainnet && node.NodeConfig.GetNetworkType() != nodeconfig.Testnet { txPoolConfig.PriceLimit = 1e9 txPoolConfig.PriceBump = 10 }