Added word/word_pos fields to DebugLinkState

pull/41/head
slush0 10 years ago
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…
Cancel
Save