change App Name to SilentDragonLite, clean up build trash

This commit is contained in:
DenioD
2019-11-02 14:04:15 +01:00
parent eaf27d0902
commit 94d21ecbea
5 changed files with 1 additions and 66 deletions

View File

@@ -48,8 +48,6 @@ void ConnectionLoader::doAutoConnect() {
// Initialize the library
main->logger->write(QObject::tr("Attempting to initialize library with ") + config->server);
// Check to see if there's an existing wallet
if (litelib_wallet_exists(Settings::getChainName().toStdString().c_str())) {
main->logger->write(QObject::tr("Using existing wallet."));