Merge branch 'master' of github.com:adityapk00/zec-qt-wallet

This commit is contained in:
Aditya Kulkarni
2019-04-04 14:34:00 -07:00
6 changed files with 1254 additions and 812 deletions

View File

@@ -966,7 +966,7 @@ void RPC::checkForUpdate(bool silent) {
if (conn == nullptr)
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;
req.setUrl(cmcURL);