From 2b2d92b924b85d93bc927f892dcdce2abc90437b Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 13 Mar 2014 13:48:24 +0100 Subject: [PATCH] add revision to Features --- protob/messages.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protob/messages.proto b/protob/messages.proto index 8a4b64b37..a86009821 100644 --- a/protob/messages.proto +++ b/protob/messages.proto @@ -89,6 +89,7 @@ message Features { optional string label = 10; repeated CoinType coins = 11; optional bool initialized = 12; // True if device cointains seed + optional string revision = 13; } // Overwrites only filled fields of the structure