Skip to content

Commit b80904e

Browse files
eltociearblakehhuynh
authored andcommittedOct 7, 2022
accounts/abi: fix typo in comment (ethereum#25271)
1 parent e141cd9 commit b80904e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎accounts/abi/selector_parser.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ func ParseSelector(unescapedSelector string) (SelectorMarshaling, error) {
166166
return SelectorMarshaling{}, fmt.Errorf("failed to parse selector '%s': unexpected string '%s'", unescapedSelector, rest)
167167
}
168168

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

0 commit comments

Comments
 (0)
Please sign in to comment.