diff --git a/python/src/trezorlib/firmware/core.py b/python/src/trezorlib/firmware/core.py index 934dfb285..2c6e453ae 100644 --- a/python/src/trezorlib/firmware/core.py +++ b/python/src/trezorlib/firmware/core.py @@ -51,10 +51,10 @@ class FirmwareHeader(Struct): hw_model: Model hw_revision: int monotonic: int - hashes: t.Sequence[bytes] + hashes: t.List[bytes] - v1_signatures: t.Sequence[bytes] - v1_key_indexes: t.Sequence[int] + v1_signatures: t.List[bytes] + v1_key_indexes: t.List[int] sigmask: int signature: bytes