mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 11:28:14 +00:00
core: fixed confirmation screen during advanced slip39 reset flow
This commit is contained in:
parent
552e6c5d62
commit
1337ff97b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user