Skip to content

Commit a442a90

Browse files
committed
Fix comment
1 parent bca7c98 commit a442a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accounts/abi/argument.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ func (arguments Arguments) UnpackValues(data []byte) ([]any, error) {
241241
return retval, nil
242242
}
243243

244-
// UnpackValues can be used to unpack ABI-encoded hexdata according to the ABI-specification,
244+
// UnpackValuesAsStrings can be used to unpack ABI-encoded hexdata according to the ABI-specification,
245245
// without supplying a struct to unpack into. Instead, this method returns a list containing the
246246
// values converted to strings. An atomic argument will be a list with one element.
247247
func (arguments Arguments) UnpackValuesAsStrings(data []byte) ([]interface{}, error) {

0 commit comments

Comments
 (0)