From 8da49166a83473beaa353588c38cca08e4e90df3 Mon Sep 17 00:00:00 2001 From: lucretius Date: Sun, 21 Jan 2024 17:07:12 +0100 Subject: [PATCH] delete not needed commentar --- src/settings.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/settings.cpp b/src/settings.cpp index 5e2470c..40a9224 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -340,9 +340,7 @@ QString Settings::getRandomServer() { qDebug() << __func__ << ": caught an exception, ignoring: " << e.what(); } - // if we see a valid connection, return this server. when the server is alive, - //it tries to read the wallet. This causes an error because it cannot find it (SDL only has a non-encrypted wallet.dat during storage processes) - // We can use that. + // if we see a valid connection, return this server. if (isOnline) { qDebug() << "Choosing lite server " << server; return server;