From bfcc001fd28a87e8daea6f3e22fd7440dc2bdfef Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 14 Mar 2014 15:02:29 +0100 Subject: [PATCH] add bl hash --- protob/messages.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protob/messages.proto b/protob/messages.proto index a86009821e..38b00e55c5 100644 --- a/protob/messages.proto +++ b/protob/messages.proto @@ -89,7 +89,8 @@ message Features { optional string label = 10; repeated CoinType coins = 11; 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