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
No known key found for this signature in database
GPG Key ID: DE46246550D2F3C5

View File

@ -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) {