mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Reset liquidity before retrying rippleCalc
This commit is contained in:
committed by
Vinnie Falco
parent
750cbb8399
commit
e3a67b13ff
@@ -1690,6 +1690,7 @@ Json::Value RPCHandler::doRipplePathFind (Json::Value params, Resource::Charge&
|
|||||||
WriteLog (lsDEBUG, PathRequest) << "Trying with an extra path element";
|
WriteLog (lsDEBUG, PathRequest) << "Trying with an extra path element";
|
||||||
spsComputed.addPath(extraPath);
|
spsComputed.addPath(extraPath);
|
||||||
vpsExpanded.clear ();
|
vpsExpanded.clear ();
|
||||||
|
lesSandbox.clear ();
|
||||||
terResult = RippleCalc::rippleCalc (lesSandbox, saMaxAmountAct, saDstAmountAct,
|
terResult = RippleCalc::rippleCalc (lesSandbox, saMaxAmountAct, saDstAmountAct,
|
||||||
vpsExpanded, saMaxAmount, saDstAmount,
|
vpsExpanded, saMaxAmount, saDstAmount,
|
||||||
raDst.getAccountID (), raSrc.getAccountID (),
|
raDst.getAccountID (), raSrc.getAccountID (),
|
||||||
|
|||||||
Reference in New Issue
Block a user