1
0
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:
Pavol Rusnak 2019-09-23 14:38:50 +02:00
parent 3b7ea25eeb
commit e05c6f8983
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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,