1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 11:28:14 +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:
Tomas Susanka 2019-09-24 12:29:33 +02:00 committed by GitHub
commit fd6126db85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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