aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-03-01 18:38:49 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-03-01 18:39:21 +0100
commite5121eb951c49b36b2b55069ab778a74bbf6bcb1 (patch)
treecce8f7a7456a4b14775031151df6a260a2cfed49 /contrib
parent639ec582d0f31e4a15946ffff2e95b9ff7758bd2 (diff)
parentfa266524592cc18c789cc587d738fb0e548fd23a (diff)
downloadbitcoin-e5121eb951c49b36b2b55069ab778a74bbf6bcb1.tar.xz
Merge #7617: [doc/log] Fix markdown syntax and line terminate LogPrint
fa26652 Make sure LogPrintf strings are line-terminated (MarcoFalke) fa97f95 [doc] Fix markdown (MarcoFalke) fa06ce0 Fix doxygen comment for payTxFee (MarcoFalke)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/verifysfbinaries/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/verifysfbinaries/README.md b/contrib/verifysfbinaries/README.md
index 8c038865bd..1db3fe52fc 100644
--- a/contrib/verifysfbinaries/README.md
+++ b/contrib/verifysfbinaries/README.md
@@ -1,6 +1,6 @@
-### Verify SF Binaries ###
+### Verify Binaries ###
This script attempts to download the signature file `SHA256SUMS.asc` from https://bitcoin.org.
It first checks if the signature passes, and then downloads the files specified in the file, and checks if the hashes of these files match those that are specified in the signature file.
-The script returns 0 if everything passes the checks. It returns 1 if either the signature check or the hash check doesn't pass. If an error occurs the return value is 2. \ No newline at end of file
+The script returns 0 if everything passes the checks. It returns 1 if either the signature check or the hash check doesn't pass. If an error occurs the return value is 2.