mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
trezorctl: load-device -s will set label to SLIP-0014 if unset via -l
This commit is contained in:
parent
3b7ea25eeb
commit
e05c6f8983
@ -484,6 +484,8 @@ def load_device(
|
||||
|
||||
if slip0014:
|
||||
mnemonic = [" ".join(["all"] * 12)]
|
||||
if not label:
|
||||
label = "SLIP-0014"
|
||||
|
||||
return debuglink.load_device_by_mnemonic(
|
||||
client,
|
||||
|
Loading…
Reference in New Issue
Block a user