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:
parent
f54cf5073c
commit
ede4833c13
@ -144,6 +144,7 @@ enum MessageType {
|
|||||||
*/
|
*/
|
||||||
message Initialize {
|
message Initialize {
|
||||||
optional bytes state = 1; // assumed device state, clear session if set and different
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user