Skip to content

Commit

Permalink
update github links
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoForge committed Jun 28, 2020
1 parent d501a60 commit cae983b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions res/SIGNATURES_README
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ Verify the hashes by running:
sha256sum -c sha256sum-vX.Y.Z.txt

Verify signatures:
1. First, import the public key (Available on GitHub
at https://github.com/ZcashFoundation/zecwallet/blob/master/public_key.asc)
1. First, import the public key (Available on GitHub
at https://github.com/zerocurrencycoin/zerowallet/blob/master/public_key.asc)
gpg --import public_key.asc

2. Verify signature
gpg --verify <filename.sig> <downloaded-filename-to-verify>

2 changes: 1 addition & 1 deletion src/rpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ void RPC::checkForUpdate(bool silent) {
if (conn == nullptr)
return noConnection();

QUrl cmcURL("https://api.github.com/repos/Fair-Exchange/zerowallet/releases");
QUrl cmcURL("https://api.github.com/repos/zerocurrencycoin/zerowallet/releases");

QNetworkRequest req;
req.setUrl(cmcURL);
Expand Down

0 comments on commit cae983b

Please sign in to comment.