We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bb08c commit dedafbeCopy full SHA for dedafbe
src/xrpld/app/tx/detail/LoanPay.cpp
@@ -413,7 +413,7 @@ LoanPay::doApply()
413
"totalPaidToVaultForDebt rounding good");
414
// Despite our best efforts, it's possible for rounding errors to accumulate
415
// in the loan broker's debt total. This is because the broker may have more
416
- // that one loan with significantly different scales.
+ // than one loan with significantly different scales.
417
adjustImpreciseNumber(
418
debtTotalProxy, -totalPaidToVaultForDebt, asset, vaultScale);
419
0 commit comments