[doc] Fix markdown

This commit is contained in:
MarcoFalke 2016-02-27 15:15:38 +01:00 committed by Jack Grigg
parent f4caccc6ef
commit 6d2629dd64
No known key found for this signature in database
GPG Key ID: 9E8255172BBF9898
3 changed files with 4 additions and 5 deletions

View File

@ -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.

View File

@ -49,7 +49,7 @@ class HTTPBasicsTest (BitcoinTestFramework):
#Old authpair
authpair = url.username + ':' + url.password
#New authpair generated via contrib/rpcuser tool
#New authpair generated via share/rpcuser tool
#rpcauth = "rpcauth=rt:93648e835a54c573682c2eb19f882535$7681e9c5b74bdd85e78166031d2058e1069b3ed7ed967c93fc63abba06f31144"
password = "cA773lm788buwYe4g4WT+05pKyNruVKjQ25x3n0DQcM="

View File

@ -7,5 +7,4 @@ Create an RPC user login credential.
Usage:
./rpcuser.py <username>
./rpcuser.py <username>