fixup! fixup! feat(core): add ability to request backups with any number of groups/shares.

Ioan Bizău 2 weeks ago
parent b799ca2e05
commit 6dbb8c8d1a

@ -138,7 +138,10 @@ def test_backup_slip39_custom(client: Client, share_threshold, share_count):
assert client.features.no_backup is False
assert len(IF.mnemonics) == share_count
assert shamir.combine_mnemonics(IF.mnemonics[-share_threshold:]).hex() == MNEMONIC_SLIP39_CUSTOM_SECRET
assert (
shamir.combine_mnemonics(IF.mnemonics[-share_threshold:]).hex()
== MNEMONIC_SLIP39_CUSTOM_SECRET
)
# we only test this with bip39 because the code path is always the same

Loading…
Cancel
Save