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

Ioan Bizău 1 month ago
parent 25e9198da0
commit b799ca2e05

@ -25,9 +25,9 @@ from trezorlib.exceptions import TrezorFailure
from ..common import ( from ..common import (
MNEMONIC12, MNEMONIC12,
MNEMONIC_SLIP39_ADVANCED_20, MNEMONIC_SLIP39_ADVANCED_20,
MNEMONIC_SLIP39_CUSTOM_SECRET,
MNEMONIC_SLIP39_BASIC_20_3of6, MNEMONIC_SLIP39_BASIC_20_3of6,
MNEMONIC_SLIP39_CUSTOM_1of1, MNEMONIC_SLIP39_CUSTOM_1of1,
MNEMONIC_SLIP39_CUSTOM_SECRET,
) )
from ..input_flows import ( from ..input_flows import (
InputFlowBip39Backup, InputFlowBip39Backup,

Loading…
Cancel
Save