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:
parent
349a845530
commit
cc56b5d909
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user