mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Temporary fix.
This commit is contained in:
@@ -2959,10 +2959,11 @@ int iPass = 0;
|
|||||||
}
|
}
|
||||||
else if (saDstAmountAct > saDstAmountReq)
|
else if (saDstAmountAct > saDstAmountReq)
|
||||||
{
|
{
|
||||||
cLog(lsWARNING) << boost::str(boost::format("rippleCalc: TOO MUCH: saDstAmountAct=%s saDstAmountReq=%s")
|
cLog(lsFATAL) << boost::str(boost::format("rippleCalc: TOO MUCH: saDstAmountAct=%s saDstAmountReq=%s")
|
||||||
% saDstAmountAct
|
% saDstAmountAct
|
||||||
% saDstAmountReq);
|
% saDstAmountReq);
|
||||||
|
|
||||||
|
return tefEXCEPTION; // TEMPORARY
|
||||||
assert(false);
|
assert(false);
|
||||||
}
|
}
|
||||||
else if (saMaxAmountAct != saMaxAmountReq && iDry != vpsExpanded.size())
|
else if (saMaxAmountAct != saMaxAmountReq && iDry != vpsExpanded.size())
|
||||||
|
|||||||
Reference in New Issue
Block a user