From ed603f310e33d26415b20cd9caa7c36bf5b427ec Mon Sep 17 00:00:00 2001 From: xiphon Date: Sat, 20 Apr 2019 05:38:55 +0000 Subject: device: fix hardware wallet creation / restore height --- wizard/WizardController.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'wizard/WizardController.qml') diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml index 6bac1e6a..34744987 100644 --- a/wizard/WizardController.qml +++ b/wizard/WizardController.qml @@ -507,6 +507,7 @@ Rectangle { function openWalletFile(fn) { persistentSettings.restore_height = 0; persistentSettings.is_recovering = false; + persistentSettings.is_recovering_from_device = false; appWindow.restoreHeight = 0; appWindow.walletPassword = ""; -- cgit v1.2.3