mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 03:10:48 +00:00
Update eth/gasestimator/gasestimator.go
This commit is contained in:
parent
86f576f5e8
commit
57e117fdcf
1 changed files with 0 additions and 1 deletions
|
|
@ -264,7 +264,6 @@ func run(ctx context.Context, call *core.Message, opts *Options) (*core.Executio
|
|||
defer cancel()
|
||||
|
||||
context.AfterFunc(ctx, evm.Cancel)
|
||||
|
||||
// Execute the call, returning a wrapped error or the result
|
||||
result, err := core.ApplyMessage(evm, call, new(core.GasPool).AddGas(math.MaxUint64))
|
||||
if vmerr := dirtyState.Error(); vmerr != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue