Skip to content

Commit

Permalink
[fold] add comments for nonstatic helper func
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnxie999 committed Apr 6, 2023
1 parent 7b1fffa commit 7c60913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ripple/rpc/NFTokenID.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ namespace RPC {
The field is only added to successful NFTokenMint, NFTokenAcceptOffer,
and NFTokenCancelOffer transactions.
Helper functions are not static because they can be used by Clio.
@{
*/
bool
Expand Down
1 change: 1 addition & 0 deletions src/ripple/rpc/NFTokenOfferID.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ namespace RPC {
Add an `offer_id` field to the `meta` output parameter.
The field is only added to successful NFTokenCreateOffer transactions.
Helper functions are not static because they can be used by Clio.
@{
*/
bool
Expand Down

0 comments on commit 7c60913

Please sign in to comment.