Skip to content

Commit

Permalink
accounts/abi: fix typo in the comment (dummy commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Sep 26, 2016
1 parent 2e14aff commit 06ac31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/abi/abi.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (abi ABI) Pack(name string, args ...interface{}) ([]byte, error) {
return append(method.Id(), arguments...), nil
}

// toGoSliceType prses the input and casts it to the proper slice defined by the ABI
// toGoSliceType parses the input and casts it to the proper slice defined by the ABI
// argument in T.
func toGoSlice(i int, t Argument, output []byte) (interface{}, error) {
index := i * 32
Expand Down

0 comments on commit 06ac31c

Please sign in to comment.