mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 03:18:09 +00:00
Merge pull request #565 from trezor/ciny/564-message-fixes
core: fixed success screen during advanced slip39 reset flow
This commit is contained in:
commit
fd6126db85
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user