mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-17 21:48:47 +00:00
add bl hash
This commit is contained in:
parent
2b2d92b924
commit
bfcc001fd2
@ -89,7 +89,8 @@ message Features {
|
|||||||
optional string label = 10;
|
optional string label = 10;
|
||||||
repeated CoinType coins = 11;
|
repeated CoinType coins = 11;
|
||||||
optional bool initialized = 12; // True if device cointains seed
|
optional bool initialized = 12; // True if device cointains seed
|
||||||
optional string revision = 13;
|
optional bytes revision = 13;
|
||||||
|
optional bytes bootloader_hash = 14;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Overwrites only filled fields of the structure
|
// Overwrites only filled fields of the structure
|
||||||
|
Loading…
Reference in New Issue
Block a user