mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-30 11:52:34 +00:00
parent
e8ab0d515b
commit
277e494ffa
@ -117,10 +117,10 @@ async def _finish_recovery_dry_run(
|
|||||||
== storage.recovery.get_slip39_iteration_exponent()
|
== storage.recovery.get_slip39_iteration_exponent()
|
||||||
)
|
)
|
||||||
|
|
||||||
await layout.show_dry_run_result(ctx, result, is_slip39)
|
|
||||||
|
|
||||||
storage.recovery.end_progress()
|
storage.recovery.end_progress()
|
||||||
|
|
||||||
|
await layout.show_dry_run_result(ctx, result, is_slip39)
|
||||||
|
|
||||||
if result:
|
if result:
|
||||||
return Success("The seed is valid and matches the one in the device")
|
return Success("The seed is valid and matches the one in the device")
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user