proto: return of PassphraseAck.state

pull/41/head
Pavol Rusnak 6 years ago
parent 317d8af675
commit 0924bd6826
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -278,6 +278,7 @@ message PassphraseRequest {
*/
message PassphraseAck {
optional string passphrase = 1;
optional bytes state = 2; // expected device state
}
/**
@ -285,7 +286,7 @@ message PassphraseAck {
* @next PassphraseStateAck
*/
message PassphraseStateRequest {
optional bytes state = 1; // device state
optional bytes state = 1; // actual device state
}
/**

Loading…
Cancel
Save