mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-22 13:21:03 +00:00
cardano: SignedTransaction -> SignedTx to match other coins
This commit is contained in:
parent
564310d34d
commit
debd6871d6
@ -82,7 +82,7 @@ message CardanoVerifyMessage {
|
||||
/**
|
||||
* Request: Ask device to sign Cardano transaction
|
||||
* @start
|
||||
* @next CardanoSignedTransaction
|
||||
* @next CardanoSignedTx
|
||||
* @next CardanoTxRequest
|
||||
* @next Failure
|
||||
*/
|
||||
@ -122,7 +122,7 @@ message CardanoTxRequest {
|
||||
|
||||
/**
|
||||
* Request: Reported transaction data
|
||||
* @next CardanoSignedTransaction
|
||||
* @next CardanoSignedTx
|
||||
* @next CardanoTxRequest
|
||||
*/
|
||||
message CardanoTxAck {
|
||||
@ -133,7 +133,7 @@ message CardanoTxAck {
|
||||
* Response: Serialised signed cardano transaction
|
||||
* @end
|
||||
*/
|
||||
message CardanoSignedTransaction {
|
||||
message CardanoSignedTx {
|
||||
optional bytes tx_hash = 1; // hash of the signed transaction
|
||||
optional bytes tx_body = 2; // serialised body of the signed transaction
|
||||
}
|
||||
|
@ -172,7 +172,7 @@ enum MessageType {
|
||||
MessageType_CardanoGetAddress = 307 [(wire_in) = true];
|
||||
MessageType_CardanoAddress = 308 [(wire_out) = true];
|
||||
MessageType_CardanoTxAck = 309 [(wire_in) = true];
|
||||
MessageType_CardanoSignedTransaction = 310 [(wire_out) = true];
|
||||
MessageType_CardanoSignedTx = 310 [(wire_out) = true];
|
||||
|
||||
// Ontology
|
||||
MessageType_OntologyGetAddress = 350 [(wire_in) = true];
|
||||
|
Loading…
Reference in New Issue
Block a user