corrected path on wallet store after refresh

This commit is contained in:
Jacob Brydolf
2016-10-17 21:41:45 +02:00
parent 10d3d3f577
commit fc2a086aba

View File

@@ -246,8 +246,9 @@ ApplicationWindow {
leftPanel.daemonProgress.updateProgress(dCurrentBlock,dTargetBlock); leftPanel.daemonProgress.updateProgress(dCurrentBlock,dTargetBlock);
// Store wallet after every refresh. // 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; // initialize transaction history once wallet is initializef first time;
if (!walletInitialized) { if (!walletInitialized) {