Allow testing recovery with initialized device (#33)

This would allow safe mnemonic validation by using a dry-run flag.
pull/41/head
Roman Zeyde 7 years ago committed by Pavol Rusnak
parent 0001cb18c0
commit ae1900a2bc

@ -395,6 +395,7 @@ message RecoveryDevice {
// 7 reserved for unused recovery method
optional uint32 type = 8; // supported recovery type (see RecoveryType)
optional uint32 u2f_counter = 9; // U2F counter
optional bool dry_run = 10; // perform dry-run recovery workflow (for safe mnemonic validation)
}
/**

Loading…
Cancel
Save