mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-05 04:10:58 +00:00
old recovery method is default (scrambled)
This commit is contained in:
parent
3da5b48054
commit
6eee9c7499
@ -450,7 +450,7 @@ class Commands(object):
|
||||
(('-p', '--pin-protection'), {'action': 'store_true', 'default': False}),
|
||||
(('-r', '--passphrase-protection'), {'action': 'store_true', 'default': False}),
|
||||
(('-l', '--label'), {'type': str, 'default': ''}),
|
||||
(('-t', '--type'), {'type': str, 'choices': ['scrambled', 'matrix'], 'default': 'matrix'}),
|
||||
(('-t', '--type'), {'type': str, 'choices': ['scrambled', 'matrix'], 'default': 'scrambled'}),
|
||||
)
|
||||
|
||||
load_device.arguments = (
|
||||
|
Loading…
Reference in New Issue
Block a user