mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
add imported flag
This commit is contained in:
parent
e4f9dcd7c9
commit
1865a0428d
@ -91,6 +91,7 @@ message Features {
|
||||
optional bool initialized = 12; // does device contain seed?
|
||||
optional bytes revision = 13; // SCM revision of firmware
|
||||
optional bytes bootloader_hash = 14; // hash of the bootloader
|
||||
optional bool imported = 15; // was storage imported from an external source?
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -23,4 +23,5 @@ message Storage {
|
||||
optional string pin = 6; // current PIN
|
||||
optional string language = 7; // current language
|
||||
optional string label = 8; // device label
|
||||
optional bool imported = 9; // was storage imported from an external source?
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user