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:
parent
ab028965fe
commit
132519123e
@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user