Skip to content

Commit a6d5a65

Browse files
author
MarcoFalke
committed
[trivial] contrib: Fix echos in verify.sh
1 parent 141c44e commit a6d5a65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contrib/verifysfbinaries/verify.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if [ $RET -ne 0 ]; then
8282
echo "Bad signature."
8383
elif [ $RET -eq 2 ]; then
8484
#or if a gpg error has occurred
85-
echo "gpg error. Do you have Gavin's code signing key installed?"
85+
echo "gpg error. Do you have the Bitcoin Core binary release signing key installed?"
8686
fi
8787

8888
echo "gpg output:"
@@ -116,4 +116,6 @@ fi
116116
#everything matches! clean up the mess
117117
clean_up $FILES $SIGNATUREFILENAME $TMPFILE
118118

119+
echo -e "Verified hashes of \n$FILES"
120+
119121
exit 0

0 commit comments

Comments
 (0)