refactor: Rename non-functional uses of ripple(d) to xrpl(d) (#6676)

Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com>
This commit is contained in:
Bart
2026-04-07 09:00:17 -04:00
committed by GitHub
parent f239256d87
commit c00ed673a8
144 changed files with 544 additions and 511 deletions

View File

@@ -3276,7 +3276,7 @@ class MPToken_test : public beast::unit_test::suite
void
testMultiSendMaximumAmount(FeatureBitset features)
{
// Verify that rippleSendMultiMPT correctly enforces MaximumAmount
// Verify that directSendNoLimitMultiMPT correctly enforces MaximumAmount
// when the issuer sends to multiple receivers. Pre-fixSecurity3_1_3,
// a stale view.read() snapshot caused per-iteration checks to miss
// aggregate overflows. Post-fix, a running total is used instead.