mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-04 04:48:48 +00:00
protob: fix Ontology message ids (closes #191)
This commit is contained in:
parent
390b0272e8
commit
a6a53441f5
@ -179,12 +179,14 @@ enum MessageType {
|
|||||||
MessageType_OntologyAddress = 351 [(wire_out) = true];
|
MessageType_OntologyAddress = 351 [(wire_out) = true];
|
||||||
MessageType_OntologyGetPublicKey = 352 [(wire_in) = true];
|
MessageType_OntologyGetPublicKey = 352 [(wire_in) = true];
|
||||||
MessageType_OntologyPublicKey = 353 [(wire_out) = true];
|
MessageType_OntologyPublicKey = 353 [(wire_out) = true];
|
||||||
MessageType_OntologySignTx = 354 [(wire_in) = true];
|
MessageType_OntologySignTransfer = 354 [(wire_in) = true];
|
||||||
MessageType_OntologySignedTx = 355 [(wire_out) = true];
|
MessageType_OntologySignedTransfer = 355 [(wire_out) = true];
|
||||||
MessageType_OntologySignTransfer = 356 [(wire_in) = true];
|
MessageType_OntologySignWithdrawOng = 356 [(wire_in) = true];
|
||||||
MessageType_OntologySignedTransfer = 357 [(wire_out) = true];
|
MessageType_OntologySignedWithdrawOng = 357 [(wire_out) = true];
|
||||||
MessageType_OntologySignWithdrawOng = 358 [(wire_in) = true];
|
MessageType_OntologySignOntIdRegister = 358 [(wire_in) = true];
|
||||||
MessageType_OntologySignedWithdrawOng = 359 [(wire_out) = true];
|
MessageType_OntologySignedOntIdRegister = 359 [(wire_out) = true];
|
||||||
|
MessageType_OntologySignOntIdAddAttributes = 360 [(wire_in) = true];
|
||||||
|
MessageType_OntologySignedOntIdAddAttributes = 361 [(wire_out) = true];
|
||||||
|
|
||||||
// Ripple
|
// Ripple
|
||||||
MessageType_RippleGetAddress = 400 [(wire_in) = true];
|
MessageType_RippleGetAddress = 400 [(wire_in) = true];
|
||||||
|
Loading…
Reference in New Issue
Block a user