Skip to content

Commit 5b49f65

Browse files
committed
Update URL
1 parent c35908f commit 5b49f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/utilitydialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ UpdateWalletDialog::~UpdateWalletDialog()
171171

172172
void UpdateWalletDialog::checkForUpdate()
173173
{
174-
const QUrl strVerUrl = QUrl("https://raw.githubusercontent.com/ElectraProtocol/xep-ecosystem-versions/main/XEP-Core/latestversion.json");
174+
const QUrl strVerUrl = QUrl("http://electraprotocol.eu/getlatestversion");
175175

176176
const QNetworkRequest request(strVerUrl);
177177
reply = manager->get(request);

0 commit comments

Comments
 (0)