Don't send path as argument on wallet store (windows fix)

This commit is contained in:
Jacob Brydolf 2016-10-17 22:43:01 +02:00
parent 9cc3dee472
commit 0691b483b7
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(walletPath())
console.log("Saving to "+walletPath());
//TODO: Doesn't need path after creation. Change libwalletqt
currentWallet.store("")
console.log("Saving wallet");
isNewWallet = false
// initialize transaction history once wallet is initializef first time;