mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-16 17:42:02 +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 uint32 u2f_counter = 7; // U2F counter
|
||||||
optional bool skip_backup = 8; // postpone seed backup to BackupDevice workflow
|
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 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