Update src/libxrpl/tx/invariants/MPTInvariant.cpp

Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
This commit is contained in:
Gregory Tsipenyuk
2026-04-09 14:35:38 -04:00
committed by GitHub
parent 0a896b7957
commit 63f270f00e

View File

@@ -414,7 +414,7 @@ ValidMPTTransfer::finalize(
if (txnType == ttAMM_CLAWBACK)
return true;
// DEX transactions (payments, check cash, offer creates) are subject to
// DEX transactions (cross-currency payments, offer creates) are subject to
// the MPTCanTrade flag in addition to the standard transfer rules.
// A payment is only DEX if it is a cross-currency payment.
auto const isDEX = [&tx, &txnType] {