Skip to content

Commit

Permalink
resolve coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
yinyiqian1 committed Sep 23, 2024
1 parent 6bf51d1 commit 0d88f0c
Show file tree
Hide file tree
Showing 8 changed files with 222 additions and 219 deletions.
2 changes: 1 addition & 1 deletion include/xrpl/protocol/TxFlags.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ constexpr std::uint32_t tfWithdrawMask = ~(tfUniversal | tfWithdrawSubTx);
constexpr std::uint32_t tfDepositMask = ~(tfUniversal | tfDepositSubTx);

// AMMClawback flags:
constexpr std::uint32_t tfClawTwoAssets = 0x00010000;
constexpr std::uint32_t tfClawTwoAssets = 0x00000001;
constexpr std::uint32_t tfAMMClawbackMask = ~(tfUniversal | tfClawTwoAssets);

// BridgeModify flags:
Expand Down
Loading

0 comments on commit 0d88f0c

Please sign in to comment.