1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 01:18:28 +00:00

update protobuf

This commit is contained in:
Pavol Rusnak 2018-03-12 16:21:45 +01:00
parent a0dd3ee502
commit 35aadfd32f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -32,5 +32,6 @@ class Features(p.MessageType):
24: ('fw_patch', p.UVarintType, 0), 24: ('fw_patch', p.UVarintType, 0),
25: ('fw_vendor', p.UnicodeType, 0), 25: ('fw_vendor', p.UnicodeType, 0),
26: ('fw_vendor_keys', p.BytesType, 0), 26: ('fw_vendor_keys', p.BytesType, 0),
27: ('unfinished_backup', p.BoolType, 0),
} }
MESSAGE_WIRE_TYPE = 17 MESSAGE_WIRE_TYPE = 17