Permalink
Please sign in to comment.
Browse files
[doc/log] Fix markdown syntax and line terminate LogPrint
- Fix doxygen comment for payTxFee - [doc] Fix markdown - Make sure LogPrintf strings are line-terminated Github-Pull: #7617 Rebased-From: fa06ce0 fa97f95 fa26652
- Loading branch information...
Showing
with
10 additions
and 12 deletions.
- +2 −1 README.md
- +2 −2 contrib/verifysfbinaries/README.md
- +1 −1 doc/README.md
- +1 −1 doc/release-process.md
- +1 −1 qa/rpc-tests/multi_rpc.py
- +1 −2 share/rpcuser/README.md
- +1 −1 src/httprpc.cpp
- +1 −3 src/wallet/wallet.cpp
| @@ -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. | ||
| +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. |
0 comments on commit
f04f4fd