Unverified Commit 96828c90 authored by gary rong's avatar gary rong Committed by GitHub

eth/tracers, internal/ethapi: fix typos causing lint issue (#22711)

parent dd9c3225
...@@ -372,7 +372,7 @@ func TestOverridenTraceCall(t *testing.T) { ...@@ -372,7 +372,7 @@ func TestOverridenTraceCall(t *testing.T) {
expectErr: core.ErrInsufficientFundsForTransfer, expectErr: core.ErrInsufficientFundsForTransfer,
expect: nil, expect: nil,
}, },
// Sucessful simple contract call // Successful simple contract call
// //
// // SPDX-License-Identifier: GPL-3.0 // // SPDX-License-Identifier: GPL-3.0
// //
......
...@@ -817,7 +817,7 @@ type OverrideAccount struct { ...@@ -817,7 +817,7 @@ type OverrideAccount struct {
StateDiff *map[common.Hash]common.Hash `json:"stateDiff"` StateDiff *map[common.Hash]common.Hash `json:"stateDiff"`
} }
// StateOverride is the collection of overriden accounts. // StateOverride is the collection of overridden accounts.
type StateOverride map[common.Address]OverrideAccount type StateOverride map[common.Address]OverrideAccount
// Apply overrides the fields of specified accounts into the given state. // Apply overrides the fields of specified accounts into the given state.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment