mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-15 14:55:43 +00:00
core/shamir: end recovery mode after Success screen
This commit is contained in:
parent
90b91a7fb5
commit
46c10e9402
@ -100,10 +100,10 @@ async def _finish_recovery(
|
||||
raise RuntimeError
|
||||
storage.device.set_slip39_identifier(identifier)
|
||||
storage.device.set_slip39_iteration_exponent(exponent)
|
||||
storage.recovery.end_progress()
|
||||
|
||||
await show_success(ctx, ("You have successfully", "recovered your wallet."))
|
||||
|
||||
storage.recovery.end_progress()
|
||||
return Success(message="Device recovered")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user