mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Emergency fix.
This commit is contained in:
@@ -2155,6 +2155,11 @@ TER RippleCalc::calcNodeAccountRev(const unsigned int uNode, PathState& psCur, c
|
|||||||
% psCur.saOutAct
|
% psCur.saOutAct
|
||||||
% psCur.saOutReq);
|
% psCur.saOutReq);
|
||||||
|
|
||||||
|
if (!saCurWantedReq.isPositive())
|
||||||
|
{ // TEMPORARY emergency fix
|
||||||
|
return tefEXCEPTION;
|
||||||
|
}
|
||||||
|
|
||||||
assert(saCurWantedReq.isPositive());
|
assert(saCurWantedReq.isPositive());
|
||||||
|
|
||||||
// Rate: quality in : 1.0
|
// Rate: quality in : 1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user