mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 19:37:25 -04:00
Don't send path as argument on wallet store (windows fix)
This commit is contained in:
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user