mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
Added word/word_pos fields to DebugLinkState
This commit is contained in:
parent
f9cfdf01d1
commit
8f80e44fb4
@ -400,6 +400,8 @@ message DebugLinkState {
|
||||
optional bytes mnemonic = 4; // current mnemonic format
|
||||
optional HDNodeType node = 5; // current node (BIP32 format)
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user