mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-29 07:25:51 +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.saOutReq);
|
||||
|
||||
if (!saCurWantedReq.isPositive())
|
||||
{ // TEMPORARY emergency fix
|
||||
return tefEXCEPTION;
|
||||
}
|
||||
|
||||
assert(saCurWantedReq.isPositive());
|
||||
|
||||
// Rate: quality in : 1.0
|
||||
|
||||
Reference in New Issue
Block a user