mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
Don't send path as argument on wallet store (windows fix)
This commit is contained in:
parent
9cc3dee472
commit
0691b483b7
1 changed files with 3 additions and 2 deletions
5
main.qml
5
main.qml
|
@ -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(walletPath())
|
//TODO: Doesn't need path after creation. Change libwalletqt
|
||||||
console.log("Saving to "+walletPath());
|
currentWallet.store("")
|
||||||
|
console.log("Saving wallet");
|
||||||
isNewWallet = false
|
isNewWallet = false
|
||||||
|
|
||||||
// initialize transaction history once wallet is initializef first time;
|
// initialize transaction history once wallet is initializef first time;
|
||||||
|
|
Loading…
Reference in a new issue