diff options
| author | Emil Engler <[email protected]> | 2019-11-30 04:34:28 +0100 |
|---|---|---|
| committer | Emil Engler <[email protected]> | 2019-11-30 04:41:06 +0100 |
| commit | bd6a24307564a56d54d98331d5e1680d27ddc09e (patch) | |
| tree | eb133aa0b3b5a2615a7479f242feb09c3d7fd134 | |
| parent | Merge #17587: gui: show watch-only balance in send screen (diff) | |
| download | discoin-bd6a24307564a56d54d98331d5e1680d27ddc09e.tar.xz discoin-bd6a24307564a56d54d98331d5e1680d27ddc09e.zip | |
script: Add Keyserver to verify-commits README
| -rw-r--r-- | contrib/verify-commits/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/verify-commits/README.md b/contrib/verify-commits/README.md index 1215962a1..e95a57586 100644 --- a/contrib/verify-commits/README.md +++ b/contrib/verify-commits/README.md @@ -40,7 +40,7 @@ Import trusted keys In order to check the commit signatures, you must add the trusted PGP keys to your machine. [GnuPG](https://gnupg.org/) may be used to import the trusted keys by running the following command: ```sh -gpg --recv-keys $(<contrib/verify-commits/trusted-keys) +gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys $(<contrib/verify-commits/trusted-keys) ``` Key expiry/revocation |