diff options
author | fanquake <fanquake@gmail.com> | 2019-07-04 11:03:25 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-07-04 11:03:52 +0800 |
commit | dfdcb3dfe535e3b9bb3d11757bb94f2f76398d97 (patch) | |
tree | 48bcd2fc6d862fec5394929db6f1f62b0c598c0f | |
parent | 1381ddbcfcb6429b1327fd3db91ef97d8603aef9 (diff) | |
parent | 88fd556a969d1120a0ff633bc384336388a11709 (diff) |
Merge #16330: docs: Use placeholder instead of key expiration date
88fd556a969d1120a0ff633bc384336388a11709 Use placeholder instead of key expiration date (Hennadii Stepanov)
Pull request description:
Use a placeholder instead of the actual expiration date, so that the documentation doesn't require updating every time an expiry date changes.
ACKs for top commit:
fanquake:
ACK 88fd556a969d1120a0ff633bc384336388a11709
Tree-SHA512: 391707833cc0e701cf560ec82fd91368468c90a95f85e4ce2a211b20d12463c85775142f28a3536b57c5f6950b9e6e0785632f6f071fa2180bc8aab53008603b
-rw-r--r-- | contrib/verifybinaries/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/verifybinaries/README.md b/contrib/verifybinaries/README.md index 3ffe0a2f28..4209fdb364 100644 --- a/contrib/verifybinaries/README.md +++ b/contrib/verifybinaries/README.md @@ -6,7 +6,7 @@ Make sure you obtain the proper release signing key and verify the fingerprint w ```sh $ gpg --fingerprint "Bitcoin Core binary release signing key" -pub 4096R/36C2E964 2015-06-24 [expires: 2017-02-13] +pub 4096R/36C2E964 2015-06-24 [expires: YYYY-MM-DD] Key fingerprint = 01EA 5486 DE18 A882 D4C2 6845 90C8 019E 36C2 E964 uid Wladimir J. van der Laan (Bitcoin Core binary release signing key) <laanwj@gmail.com> ``` |