vendor: update trezor-common, regenerate messages

This commit is contained in:
Pavol Rusnak 2018-02-14 18:15:18 +01:00
parent 4ad6a7a634
commit 75e87ede86
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
3 changed files with 5 additions and 1 deletions

View File

@ -5,5 +5,6 @@ import protobuf as p
class PassphraseAck(p.MessageType):
FIELDS = {
1: ('passphrase', p.UnicodeType, 0), # required
2: ('state', p.BytesType, 0),
}
MESSAGE_WIRE_TYPE = 42

View File

@ -3,4 +3,7 @@ import protobuf as p
class PassphraseRequest(p.MessageType):
FIELDS = {
1: ('on_device', p.BoolType, 0),
}
MESSAGE_WIRE_TYPE = 41

@ -1 +1 @@
Subproject commit c7dcca60c724c32ca3a688a6f20a055b0b4b3b1f
Subproject commit b9f2a1c27fc16f4a33934ef0816a05c834416436