From cc56b5d909235606c4eaac334ea60f781ffc95c7 Mon Sep 17 00:00:00 2001 From: slush0 Date: Thu, 6 Feb 2014 13:25:41 +0100 Subject: [PATCH] Added enforce_wordlist to RecoveryDevice --- protob/messages.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protob/messages.proto b/protob/messages.proto index 18f5fc5ab..e5e13fdbf 100644 --- a/protob/messages.proto +++ b/protob/messages.proto @@ -254,7 +254,8 @@ message RecoveryDevice { optional bool passphrase_protection = 2; optional bool pin_protection = 3; optional bytes language = 4 [default='english']; - optional bytes label = 5 [(binary) = true]; + optional bytes label = 5 [(binary) = true]; + optional bool enforce_wordlist = 6; // Trezor enforces BIP39 wordlist } // This message indicates that device is asking user for some word of his mnemonic.