From fc2a086aba02702cedc1b6ecac81f59bacd50254 Mon Sep 17 00:00:00 2001 From: Jacob Brydolf Date: Mon, 17 Oct 2016 21:41:45 +0200 Subject: [PATCH] corrected path on wallet store after refresh --- main.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.qml b/main.qml index 634a1452..f865a2db 100644 --- a/main.qml +++ b/main.qml @@ -246,8 +246,9 @@ ApplicationWindow { leftPanel.daemonProgress.updateProgress(dCurrentBlock,dTargetBlock); // Store wallet after every refresh. - currentWallet.store(persistentSettings.wallet_path) - + currentWallet.store(walletPath()) + console.log("Saving to "+walletPath()); + isNewWallet = false // initialize transaction history once wallet is initializef first time; if (!walletInitialized) {