delete not needed commentar
This commit is contained in:
@@ -340,9 +340,7 @@ QString Settings::getRandomServer() {
|
|||||||
qDebug() << __func__ << ": caught an exception, ignoring: " << e.what();
|
qDebug() << __func__ << ": caught an exception, ignoring: " << e.what();
|
||||||
}
|
}
|
||||||
|
|
||||||
// if we see a valid connection, return this server. when the server is alive,
|
// if we see a valid connection, return this server.
|
||||||
//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 (isOnline) {
|
if (isOnline) {
|
||||||
qDebug() << "Choosing lite server " << server;
|
qDebug() << "Choosing lite server " << server;
|
||||||
return server;
|
return server;
|
||||||
|
|||||||
Reference in New Issue
Block a user