enable 30 gwei in testnet

pull/3969/head
Rongjian Lan 3 years ago
parent 9b8d00900f
commit 92d611c4c5
  1. 2
      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
}

Loading…
Cancel
Save