1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 03:50:58 +00:00

python/trezorctl: del an outdated mesage

This commit is contained in:
Serge 2020-05-04 21:52:20 +03:00 committed by matejcik
parent 4e25c396d2
commit e900173b9c

View File

@ -286,7 +286,7 @@ def firmware_update(
# for bootloader < 1.8, keep the embedding # for bootloader < 1.8, keep the embedding
# for bootloader 1.8.0 and up, strip the old OneV1 header # for bootloader 1.8.0 and up, strip the old OneV1 header
if bootloader_onev2 and data[:4] == b"TRZR" and data[256 : 256 + 4] == b"TRZF": if bootloader_onev2 and data[:4] == b"TRZR" and data[256 : 256 + 4] == b"TRZF":
click.echo("Extracting embedded firmware image (fingerprint may change).") click.echo("Extracting embedded firmware image.")
data = data[256:] data = data[256:]
if dry_run: if dry_run: