mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Emergency fix.
This commit is contained in:
@@ -912,6 +912,7 @@ TER RippleCalc::calcNodeAdvance(
|
|||||||
{
|
{
|
||||||
// No more offers. Should be done rather than fall off end of book.
|
// No more offers. Should be done rather than fall off end of book.
|
||||||
cLog(lsWARNING) << "calcNodeAdvance: Unreachable: Fell off end of order book.";
|
cLog(lsWARNING) << "calcNodeAdvance: Unreachable: Fell off end of order book.";
|
||||||
|
return mOpenLedger ? telFAILED_PROCESSING : tecFAILED_PROCESSING; // FIXME
|
||||||
assert(false);
|
assert(false);
|
||||||
|
|
||||||
terResult = tefEXCEPTION;
|
terResult = tefEXCEPTION;
|
||||||
|
|||||||
Reference in New Issue
Block a user