Skip to content

Commit

Permalink
PassphraseAck.passphrase is now optional
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Feb 27, 2018
1 parent 06f3b79 commit d85f7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protob/messages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit d85f7ac

Please sign in to comment.