1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 11:28:14 +00:00

protob: add Initialize.skip_passphrase

This commit is contained in:
Pavol Rusnak 2018-05-22 12:36:15 +02:00
parent f54cf5073c
commit ede4833c13
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -144,6 +144,7 @@ enum MessageType {
*/
message Initialize {
optional bytes state = 1; // assumed device state, clear session if set and different
optional bool skip_passphrase = 2; // this session should always assume empty passphrase
}
/**