1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 19:38:09 +00:00

PassphraseAck.passphrase is now optional

This commit is contained in:
Pavol Rusnak 2018-02-27 15:37:08 +01:00
parent 06f3b79a44
commit d85f7ac6bb
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -275,7 +275,7 @@ message PassphraseRequest {
* @prev PassphraseRequest * @prev PassphraseRequest
*/ */
message PassphraseAck { message PassphraseAck {
required string passphrase = 1; optional string passphrase = 1;
optional bytes state = 2; // assumed device state, throw error if set and different optional bytes state = 2; // assumed device state, throw error if set and different
} }