fix dir creation, change .log path

This commit is contained in:
DenioD
2019-11-01 16:27:33 +01:00
parent 7668cecba4
commit 1df1f9c3e0
8 changed files with 74 additions and 10 deletions

View File

@@ -48,6 +48,8 @@ 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."));