Skip to content

Commit

Permalink
♻️ Add Missing Parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Mar 5, 2025
1 parent e639f9d commit b7f17b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe_hashes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ EOF
local data_decoded=$(echo "$response" | jq -r ".results[$idx].dataDecoded // \"0x\"")

# Warn the user if the transaction includes an untrusted delegate call.
warn_if_delegate_call "$operation"
warn_if_delegate_call "$operation" "$to"

# Calculate and display the hashes.
echo "==================================="
Expand Down

0 comments on commit b7f17b9

Please sign in to comment.