We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35908f commit 5b49f65Copy full SHA for 5b49f65
src/qt/utilitydialog.cpp
@@ -171,7 +171,7 @@ UpdateWalletDialog::~UpdateWalletDialog()
171
172
void UpdateWalletDialog::checkForUpdate()
173
{
174
- const QUrl strVerUrl = QUrl("https://raw.githubusercontent.com/ElectraProtocol/xep-ecosystem-versions/main/XEP-Core/latestversion.json");
+ const QUrl strVerUrl = QUrl("http://electraprotocol.eu/getlatestversion");
175
176
const QNetworkRequest request(strVerUrl);
177
reply = manager->get(request);
0 commit comments