Skip to content

Commit

Permalink
[FOLD] Resolve sfAsset/sfAsset2 fieldValue conflict with the sidechai…
Browse files Browse the repository at this point in the history
…n PR.
  • Loading branch information
gregtatcam committed Nov 9, 2022
1 parent e956a4e commit fe128fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ripple/protocol/impl/SField.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ CONSTRUCT_TYPED_SFIELD(sfNFTokenOffers, "NFTokenOffers", VECTOR25
CONSTRUCT_UNTYPED_SFIELD(sfPaths, "Paths", PATHSET, 1);

// issue
CONSTRUCT_TYPED_SFIELD(sfAsset, "Asset", ISSUE, 1);
CONSTRUCT_TYPED_SFIELD(sfAsset2, "Asset2", ISSUE, 2);
CONSTRUCT_TYPED_SFIELD(sfAsset, "Asset", ISSUE, 3);
CONSTRUCT_TYPED_SFIELD(sfAsset2, "Asset2", ISSUE, 4);

// inner object
// OBJECT/1 is reserved for end of object
Expand Down

0 comments on commit fe128fa

Please sign in to comment.