diff options
Diffstat (limited to 'wizard/WizardRecoveryWallet.qml')
| -rw-r--r-- | wizard/WizardRecoveryWallet.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardRecoveryWallet.qml b/wizard/WizardRecoveryWallet.qml index 1d777397..f4c5091e 100644 --- a/wizard/WizardRecoveryWallet.qml +++ b/wizard/WizardRecoveryWallet.qml @@ -65,7 +65,7 @@ Item { var success = wallet.status === Wallet.Status_Ok; if (success) { settingsObject['wallet'] = wallet; - settingsObject['is_restoring'] = true; + settingsObject['is_recovering'] = true; } else { walletManager.closeWallet(wallet); } |
