mirror of
https://github.com/trezor/trezor-firmware.git
synced 2026-03-11 09:54:28 +01:00
feat(python): add ability to set up a device with SLIP39 "single"
This commit is contained in:
@@ -34,7 +34,8 @@ RECOVERY_DEVICE_INPUT_METHOD = {
|
||||
}
|
||||
|
||||
BACKUP_TYPE = {
|
||||
"single": messages.BackupType.Bip39,
|
||||
"bip39": messages.BackupType.Bip39,
|
||||
"single": messages.BackupType.Slip39_Single_Extendable,
|
||||
"shamir": messages.BackupType.Slip39_Basic,
|
||||
"advanced": messages.BackupType.Slip39_Advanced,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user