Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnxie999 committed Dec 19, 2023
1 parent 03d1103 commit 31a5240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ripple/protocol/impl/SField.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ CONSTRUCT_TYPED_SFIELD(sfTakerPaysIssuer, "TakerPaysIssuer", UINT160,
CONSTRUCT_TYPED_SFIELD(sfTakerGetsCurrency, "TakerGetsCurrency", UINT160, 3);
CONSTRUCT_TYPED_SFIELD(sfTakerGetsIssuer, "TakerGetsIssuer", UINT160, 4);

// 192-bit (common)
CONSTRUCT_TYPED_SFIELD(sfCFTokenIssuanceID, "CFTokenIssuanceID", UINT192, 1);

// 256-bit (common)
Expand Down

0 comments on commit 31a5240

Please sign in to comment.