Skip to content

Commit

Permalink
eth/tracers, internal/ethapi: fix typos causing lint issue (#22711)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjl493456442 committed Apr 21, 2021
1 parent dd9c322 commit 96828c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eth/tracers/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ func TestOverridenTraceCall(t *testing.T) {
expectErr: core.ErrInsufficientFundsForTransfer,
expect: nil,
},
// Sucessful simple contract call
// Successful simple contract call
//
// // SPDX-License-Identifier: GPL-3.0
//
Expand Down
2 changes: 1 addition & 1 deletion internal/ethapi/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ type OverrideAccount struct {
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

// Apply overrides the fields of specified accounts into the given state.
Expand Down

0 comments on commit 96828c9

Please sign in to comment.