Skip to content

Commit

Permalink
accounts/abi: fix typo in comment (ethereum#25271)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored and HanWang233 committed Sep 11, 2022
1 parent 2de9024 commit 912f927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/abi/selector_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func ParseSelector(unescapedSelector string) (SelectorMarshaling, error) {
return SelectorMarshaling{}, fmt.Errorf("failed to parse selector '%s': unexpected string '%s'", unescapedSelector, rest)
}

// Reassemble the fake ABI and constuct the JSON
// Reassemble the fake ABI and construct the JSON
fakeArgs, err := assembleArgs(args)
if err != nil {
return SelectorMarshaling{}, fmt.Errorf("failed to parse selector: %v", err)
Expand Down

0 comments on commit 912f927

Please sign in to comment.