1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-18 05:58:45 +00:00

add bl hash

This commit is contained in:
Pavol Rusnak 2014-03-14 15:02:29 +01:00
parent 2b2d92b924
commit bfcc001fd2

View File

@ -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