Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: John Freeman <[email protected]>
  • Loading branch information
gregtatcam and thejohnfreeman authored Oct 22, 2024
1 parent 5349827 commit 0905e37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/xrpl/protocol/Asset.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ concept ValidIssueType =

/* Asset is an abstraction of three different issue types: XRP, IOU, MPT.
* For historical reasons, two issue types XRP and IOU are wrapped in Issue
* type. Asset replaces Issue where any issue type is expected. For instance,
* STAmount replaces Issue with Asset to represent any issue amount.
* type. Many functions and classes there were first written for Issue
* have been rewritten for Asset.
*/
class Asset
{
Expand Down
2 changes: 1 addition & 1 deletion include/xrpl/protocol/detail/transactions.macro
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ TRANSACTION(ttMPTOKEN_ISSUANCE_DESTROY, 55, MPTokenIssuanceDestroy, ({
{sfMPTokenIssuanceID, soeREQUIRED},
}))

/** This transaction type sets flags on a MPTokensIssuance instance */
/** This transaction type sets flags on a MPTokensIssuance or MPToken instance */
TRANSACTION(ttMPTOKEN_ISSUANCE_SET, 56, MPTokenIssuanceSet, ({
{sfMPTokenIssuanceID, soeREQUIRED},
{sfMPTokenHolder, soeOPTIONAL},
Expand Down

0 comments on commit 0905e37

Please sign in to comment.