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

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)