Skip to content

Commit 0b6dbe8

Browse files
committed
♻️ Explicit exit 0 in calculate_safe_hashes
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
1 parent 6bdfaf5 commit 0b6dbe8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

safe_hashes.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1139,6 +1139,8 @@ EOF
11391139
echo -e "${RED}Both \`--nested-safe-address\` and \`--nested-safe-nonce\` must be provided for transaction hashes!${RESET}" >&2
11401140
exit 1
11411141
fi
1142+
1143+
exit 0
11421144
}
11431145

11441146
calculate_safe_hashes "$@"

0 commit comments

Comments
 (0)