mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
F
This commit is contained in:
parent
2c89a7f4f0
commit
27a7aa25dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue