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

Added word/word_pos fields to DebugLinkState

This commit is contained in:
slush0 2014-02-20 18:37:20 +01:00
parent f9cfdf01d1
commit 8f80e44fb4

View File

@ -400,6 +400,8 @@ message DebugLinkState {
optional bytes mnemonic = 4; // current mnemonic format optional bytes mnemonic = 4; // current mnemonic format
optional HDNodeType node = 5; // current node (BIP32 format) optional HDNodeType node = 5; // current node (BIP32 format)
optional bool passphrase_protection = 6; optional bool passphrase_protection = 6;
optional bytes word = 7; // What word is on display in RecoveryDevice/ResetDevice workflow
optional int32 word_pos = 8; // Which word of mnemonic do the device expect
} }
// Ask device to shutdown/restart // Ask device to shutdown/restart