This commit is contained in:
vahoo5 2023-05-22 02:00:29 +02:00
parent 2c89a7f4f0
commit 27a7aa25dc

View file

@ -1340,7 +1340,7 @@ func (s *BundleAPI) CallBundle(ctx context.Context, args CallBundleArgs) (map[st
defer cancel()
vmconfig := vm.Config{}
vmconfig.NoBaseFee = true
// Setup the gas pool (also for unmetered requests)
// and apply the message.
gp := new(core.GasPool).AddGas(math.MaxUint64)