1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

common: add slip39 flag to reset_device

This commit is contained in:
Tomas Susanka 2019-06-23 12:15:09 +02:00
parent ab028965fe
commit 132519123e

View File

@ -191,6 +191,7 @@ message ResetDevice {
optional uint32 u2f_counter = 7; // U2F counter
optional bool skip_backup = 8; // postpone seed backup to BackupDevice workflow
optional bool no_backup = 9; // indicate that no backup is going to be made
optional bool slip39 = 10; // indicate that we want SLIP-39 backup not BIP-39
}
/**