Skip to content

Commit dbc6fdf

Browse files
Update internal/ethapi/api.go
Co-authored-by: Harry Kalodner <[email protected]>
1 parent 6c51eb4 commit dbc6fdf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/ethapi/api.go

-1
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,6 @@ func DoCall(ctx context.Context, b Backend, args TransactionArgs, blockNrOrHash
899899
if err := overrides.Apply(state); err != nil {
900900
return nil, err
901901
}
902-
903902
// Setup context so it may be cancelled the call has completed
904903
// or, in case of unmetered gas, setup a context with a timeout.
905904
var cancel context.CancelFunc

0 commit comments

Comments
 (0)