1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-19 14:08:11 +00:00

add extra_data_offset

This commit is contained in:
Pavol Rusnak 2016-10-20 13:22:16 +02:00
parent 07a71eb9c0
commit 20c1d05f9d
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -215,6 +215,7 @@ message TxRequestDetailsType {
optional uint32 request_index = 1; // device expects TxAck message from the computer optional uint32 request_index = 1; // device expects TxAck message from the computer
optional bytes tx_hash = 2; // tx_hash of requested transaction 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_len = 3; // length of requested extra data
optional uint32 extra_data_offset = 4; // offset of requested extra data
} }
/** /**