mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 11:28:14 +00:00
PassphraseAck.passphrase is now optional
This commit is contained in:
parent
06f3b79a44
commit
d85f7ac6bb
@ -275,7 +275,7 @@ message PassphraseRequest {
|
||||
* @prev PassphraseRequest
|
||||
*/
|
||||
message PassphraseAck {
|
||||
required string passphrase = 1;
|
||||
optional string passphrase = 1;
|
||||
optional bytes state = 2; // assumed device state, throw error if set and different
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user