diff options
| author | Jacob Brydolf <jacob@brydolf.net> | 2016-10-17 21:41:45 +0200 |
|---|---|---|
| committer | Jacob Brydolf <jacob@brydolf.net> | 2016-10-17 21:41:45 +0200 |
| commit | fc2a086aba02702cedc1b6ecac81f59bacd50254 (patch) | |
| tree | c27ff2202bd1e6acfd5fd9ad8811c8ea3ae21965 | |
| parent | 10d3d3f577c6667cdc4988be9c2336136711b594 (diff) | |
| download | monzero-gui-fc2a086aba02702cedc1b6ecac81f59bacd50254.tar.gz monzero-gui-fc2a086aba02702cedc1b6ecac81f59bacd50254.tar.xz monzero-gui-fc2a086aba02702cedc1b6ecac81f59bacd50254.zip | |
corrected path on wallet store after refresh
| -rw-r--r-- | main.qml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) { |
