Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatcam committed Aug 26, 2024
1 parent e1251d4 commit 9578002
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions include/xrpl/protocol/TxFormats.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,21 +195,21 @@ enum TxType : std::uint16_t

/** This transaction type deletes an Oracle instance */
ttORACLE_DELETE = 52,
/** This transaction creates a new MPTokenIssuance object. */
ttMPTOKEN_ISSUANCE_CREATE = 53,

/** This transaction type fixes a problem in the ledger state */
ttLEDGER_STATE_FIX = 53,

/** This transaction creates a new MPTokenIssuance object. */
ttMPTOKEN_ISSUANCE_CREATE = 54,

/** This transaction destroys an existing MPTokenIssuance object. */
ttMPTOKEN_ISSUANCE_DESTROY = 54,
ttMPTOKEN_ISSUANCE_DESTROY = 55,

/** This transaction destroys an existing MPTokenIssuance object. */
ttMPTOKEN_AUTHORIZE = 55,
ttMPTOKEN_AUTHORIZE = 56,

/** This transaction sets an existing MPTokenIssuance or MPToken object. */
ttMPTOKEN_ISSUANCE_SET = 56,

/** This transaction type fixes a problem in the ledger state */
ttLEDGER_STATE_FIX = 53,

ttMPTOKEN_ISSUANCE_SET = 57,

/** This system-generated transaction type is used to update the status of the various amendments.
Expand Down

0 comments on commit 9578002

Please sign in to comment.