From 63f270f00e610b289f5149fdca42d3def0f0bb0f Mon Sep 17 00:00:00 2001 From: Gregory Tsipenyuk Date: Thu, 9 Apr 2026 14:35:38 -0400 Subject: [PATCH] Update src/libxrpl/tx/invariants/MPTInvariant.cpp Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com> --- src/libxrpl/tx/invariants/MPTInvariant.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libxrpl/tx/invariants/MPTInvariant.cpp b/src/libxrpl/tx/invariants/MPTInvariant.cpp index c3c9b1ebb2..1b4a3ad6ee 100644 --- a/src/libxrpl/tx/invariants/MPTInvariant.cpp +++ b/src/libxrpl/tx/invariants/MPTInvariant.cpp @@ -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] {