1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-15 19:08:07 +00:00

core: fixed confirmation screen during advanced slip39 reset flow

This commit is contained in:
ciny 2019-09-24 12:09:58 +02:00
parent 552e6c5d62
commit 1337ff97b7

View File

@ -507,7 +507,7 @@ async def slip39_advanced_show_and_confirm_shares(ctx, shares):
await _show_confirmation_success( await _show_confirmation_success(
ctx, ctx,
share_index=share_index, share_index=share_index,
num_of_shares=len(shares), num_of_shares=len(group),
group_index=group_index, group_index=group_index,
) )
break # this share is confirmed, go to next one break # this share is confirmed, go to next one