1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-06 20:52:40 +00:00

core: fixed confirmation screen during advanced slip39 reset flow

(cherry picked from commit 1337ff97b7)
This commit is contained in:
ciny 2019-09-24 12:09:58 +02:00 committed by Tomas Susanka
parent f6168b8246
commit 53e2d63b18

View File

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