aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/evm/vm.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/evm/vm.go b/plugin/evm/vm.go
index 08d7bcb..f656d02 100644
--- a/plugin/evm/vm.go
+++ b/plugin/evm/vm.go
@@ -241,6 +241,7 @@ func (vm *VM) Initialize(
// gas price to prevent so transactions and blocks all use the correct fees
config.Miner.GasPrice = minGasPrice
config.GPO.Default = minGasPrice
+ config.TxPool.PriceLimit = minGasPrice.Uint64()
if err := config.SetGCMode("archive"); err != nil {
panic(err)