mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Work on testing indirect ripple.
- WS: Make ripple_state more strict. - UT: Add an indirect ripple test. - UT: Add more testutils functions.
This commit is contained in:
@@ -1944,7 +1944,7 @@ TER RippleCalc::rippleCalc(
|
||||
terResult = temUNCERTAIN;
|
||||
}
|
||||
|
||||
STAmount saInAct;
|
||||
STAmount saInAct; // XXX Verify don't need to set currency/issuer.
|
||||
STAmount saOutAct;
|
||||
const LedgerEntrySet lesBase = lesActive; // Checkpoint with just fees paid.
|
||||
const uint64 uQualityLimit = bLimitQuality ? STAmount::getRate(saDstAmountReq, saMaxAmountReq) : 0;
|
||||
|
||||
Reference in New Issue
Block a user