You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script attempts to download the signature file `SHA256SUMS.asc` from https://bitcoin.org.
3
3
4
4
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.
5
5
6
-
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.
6
+
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.
Copy file name to clipboardexpand all lines: doc/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The following are developer notes on how to build Bitcoin on your native platfor
49
49
50
50
Development
51
51
---------------------
52
-
The Bitcoin repo's [root README](https://github.com/bitcoin/bitcoin/blob/master/README.md) contains relevant information on the development process and automated testing.
52
+
The Bitcoin repo's [root README](/README.md) contains relevant information on the development process and automated testing.
0 commit comments