main: fixes bug not accepting new restore height

This commit is contained in:
rating89us 2021-06-14 21:21:16 +02:00 committed by GitHub
parent 7c379e2cda
commit b319dbb1b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -359,6 +359,7 @@ ApplicationWindow {
middlePanel.getProofClicked.connect(handleGetProof);
middlePanel.checkProofClicked.connect(handleCheckProof);
persistentSettings.restore_height = currentWallet.walletCreationHeight;
console.log("Recovering from seed: ", persistentSettings.is_recovering)
console.log("restore Height", persistentSettings.restore_height)