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:
parent
07a71eb9c0
commit
20c1d05f9d
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user