Merge pull request #1082

4c9e2c1 [Issue 1080] Fixed undefined variable for password rewrite when changing wallet initial block height
This commit is contained in:
luigi1111
2018-03-13 16:27:27 -04:00
2 changed files with 4 additions and 4 deletions

View File

@@ -224,7 +224,7 @@ ApplicationWindow {
var wallet_path = walletPath();
if(isIOS)
wallet_path = moneroAccountsDir + wallet_path;
// console.log("opening wallet at: ", wallet_path, "with password: ", appWindow.password);
// console.log("opening wallet at: ", wallet_path, "with password: ", appWindow.walletPassword);
console.log("opening wallet at: ", wallet_path, ", testnet: ", persistentSettings.testnet);
walletManager.openWalletAsync(wallet_path, walletPassword,
persistentSettings.testnet);