mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-24 06:11:06 +00:00
fix whitespace
This commit is contained in:
parent
e6bfe66399
commit
ca952548b7
@ -161,12 +161,12 @@ message TransactionType {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message TxRequestDetailsType {
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
message TxRequestSerializedType {
|
message TxRequestSerializedType {
|
||||||
optional uint32 signature_index = 1; // 'signature' field contains signed input of this index
|
optional uint32 signature_index = 1; // 'signature' field contains signed input of this index
|
||||||
optional bytes signature = 2; // signature of the signature_index input
|
optional bytes signature = 2; // signature of the signature_index input
|
||||||
optional bytes serialized_tx = 3; // part of serialized and signed transaction
|
optional bytes serialized_tx = 3; // part of serialized and signed transaction
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user