From 20c1d05f9de778e28726690c4969e6ce92296ce4 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 20 Oct 2016 13:22:16 +0200 Subject: [PATCH] add extra_data_offset --- protob/types.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protob/types.proto b/protob/types.proto index 53a107fdb..43b89886c 100644 --- a/protob/types.proto +++ b/protob/types.proto @@ -215,6 +215,7 @@ message TxRequestDetailsType { optional uint32 request_index = 1; // device expects TxAck message from the computer optional bytes tx_hash = 2; // tx_hash of requested transaction optional uint32 extra_data_len = 3; // length of requested extra data + optional uint32 extra_data_offset = 4; // offset of requested extra data } /**