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 cp-wjhan committed Sep 25, 2023
1 parent 668072e commit b222b5d
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 b222b5d

Please sign in to comment.