Update check URL

This commit is contained in:
Aditya Kulkarni
2019-03-29 15:25:04 -07:00
parent 2559844856
commit ca02821375

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);