mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Mark the issues we had.
This commit is contained in:
@@ -2155,7 +2155,7 @@ TER RippleCalc::calcNodeAccountRev(const unsigned int uNode, PathState& psCur, c
|
|||||||
% psCur.saOutAct
|
% psCur.saOutAct
|
||||||
% psCur.saOutReq);
|
% psCur.saOutReq);
|
||||||
|
|
||||||
assert(saCurWantedReq.isPositive());
|
assert(saCurWantedReq.isPositive()); // FIXME: We got one of these
|
||||||
|
|
||||||
// Rate: quality in : 1.0
|
// Rate: quality in : 1.0
|
||||||
calcNodeRipple(uQualityIn, QUALITY_ONE, saPrvDeliverReq, saCurWantedReq, saPrvDeliverAct, saCurWantedAct, uRateMax);
|
calcNodeRipple(uQualityIn, QUALITY_ONE, saPrvDeliverReq, saCurWantedReq, saPrvDeliverAct, saCurWantedAct, uRateMax);
|
||||||
@@ -3031,7 +3031,7 @@ int iPass = 0;
|
|||||||
BOOST_FOREACH(const uint256& uOfferIndex, rc.musUnfundedFound)
|
BOOST_FOREACH(const uint256& uOfferIndex, rc.musUnfundedFound)
|
||||||
{
|
{
|
||||||
if (tesSUCCESS == terResult)
|
if (tesSUCCESS == terResult)
|
||||||
terResult = lesActive.offerDelete(uOfferIndex);
|
terResult = lesActive.offerDelete(uOfferIndex); // FIXME: This asserted
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user