Merge pull request #1425

f4e58f1 fix restoreHeightEdit is not defined.
pull/2/head
luigi1111 6 years ago
commit 8efddfbb77
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -686,7 +686,7 @@ Rectangle {
if(Utils.isNumeric(_restoreHeight)){
_restoreHeight = parseInt(_restoreHeight);
if(_restoreHeight >= 0) {
currentWallet.walletCreationHeight = restoreHeightEdit.text
currentWallet.walletCreationHeight = _restoreHeight
// Restore height is saved in .keys file. Set password to trigger rewrite.
currentWallet.setPassword(appWindow.walletPassword)