diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/evm/vm.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/evm/vm.go b/plugin/evm/vm.go index 52e4acf..13d4d3f 100644 --- a/plugin/evm/vm.go +++ b/plugin/evm/vm.go @@ -259,6 +259,7 @@ func (vm *VM) Initialize( // Set minimum price for mining and default gas price oracle value to the min // gas price to prevent so transactions and blocks all use the correct fees config.Miner.GasPrice = minGasPrice + config.RPCTxFeeCap = 100 // 100 AVAX config.GPO.Default = minGasPrice config.TxPool.PriceLimit = minGasPrice.Uint64() config.TxPool.NoLocals = true |