mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
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:
committed by
GitHub
parent
0a896b7957
commit
63f270f00e
@@ -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] {
|
||||
|
||||
Reference in New Issue
Block a user