Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
smonicas committed Feb 9, 2025
1 parent f812b95 commit d9710be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzing/valuegeneration/abi_values.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ func encodeABIArgumentToString(inputType *abi.Type, value any, overrides map[com
addr, ok := value.(common.Address)
if !ok {
return "", fmt.Errorf("could not encode address input as the value provided is not an address type")
}
}
addrStr := utils.AttachLabelToAddress(addr, overrides[addr])

return addrStr, nil
Expand Down

0 comments on commit d9710be

Please sign in to comment.