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:
parent
c49c4ea29e
commit
8092be211c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user