1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 09:28:13 +00:00

add missing @used_in

This commit is contained in:
Pavol Rusnak 2014-06-05 20:15:38 +02:00
parent 1865a0428d
commit 4eef0a9866

View File

@ -162,11 +162,17 @@ message TransactionType {
optional uint32 outputs_cnt = 7;
}
/*
* @used_in TxRequest
*/
message TxRequestDetailsType {
optional uint32 request_index = 1; // device expects TxAck message from the computer
optional bytes tx_hash = 2; // tx_hash of requested transaction
}
/*
* @used_in TxRequest
*/
message TxRequestSerializedType {
optional uint32 signature_index = 1; // 'signature' field contains signed input of this index
optional bytes signature = 2; // signature of the signature_index input