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

trezor.messages: regenerate messages

This commit is contained in:
Pavol Rusnak 2016-11-06 15:51:52 +01:00
parent c49c4ea29e
commit 8092be211c
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
3 changed files with 3 additions and 0 deletions

View File

@ -11,5 +11,6 @@ class LoadDevice(p.MessageType):
5: ('language', p.UnicodeType, 0), # default=u'english'
6: ('label', p.UnicodeType, 0),
7: ('skip_checksum', p.BoolType, 0),
8: ('u2f_counter', p.UVarintType, 0),
}
MESSAGE_WIRE_TYPE = 13

View File

@ -9,5 +9,6 @@ class RecoveryDevice(p.MessageType):
4: ('language', p.UnicodeType, 0), # default=u'english'
5: ('label', p.UnicodeType, 0),
6: ('enforce_wordlist', p.BoolType, 0),
7: ('u2f_counter', p.UVarintType, 0),
}
MESSAGE_WIRE_TYPE = 45

View File

@ -9,5 +9,6 @@ class ResetDevice(p.MessageType):
4: ('pin_protection', p.BoolType, 0),
5: ('language', p.UnicodeType, 0), # default=u'english'
6: ('label', p.UnicodeType, 0),
7: ('u2f_counter', p.UVarintType, 0),
}
MESSAGE_WIRE_TYPE = 14