1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 03:50:58 +00:00

Added enforce_wordlist to RecoveryDevice

This commit is contained in:
slush0 2014-02-06 13:25:41 +01:00
parent 349a845530
commit cc56b5d909

View File

@ -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.