mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 03:37:27 -04:00
Merge pull request #3563
b319dbb main: fixes bug not accepting new restore height (rating89us)
This commit is contained in:
1
main.qml
1
main.qml
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user