Update check URL
This commit is contained in:
@@ -966,7 +966,7 @@ void RPC::checkForUpdate(bool silent) {
|
|||||||
if (conn == nullptr)
|
if (conn == nullptr)
|
||||||
return noConnection();
|
return noConnection();
|
||||||
|
|
||||||
QUrl cmcURL("https://api.github.com/repos/ZcashFoundation/zec-qt-wallet/releases");
|
QUrl cmcURL("https://api.github.com/repos/ZcashFoundation/zecwallet/releases");
|
||||||
|
|
||||||
QNetworkRequest req;
|
QNetworkRequest req;
|
||||||
req.setUrl(cmcURL);
|
req.setUrl(cmcURL);
|
||||||
|
|||||||
Reference in New Issue
Block a user