From 27a7aa25dc29cf5887e5d0d6e432f66a98b5be14 Mon Sep 17 00:00:00 2001 From: vahoo5 Date: Mon, 22 May 2023 02:00:29 +0200 Subject: [PATCH] F --- internal/ethapi/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go index e2a361f76d..8ae40ed390 100644 --- a/internal/ethapi/api.go +++ b/internal/ethapi/api.go @@ -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)