mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 14:35: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.
|
||||
cLog(lsWARNING) << "calcNodeAdvance: Unreachable: Fell off end of order book.";
|
||||
return mOpenLedger ? telFAILED_PROCESSING : tecFAILED_PROCESSING; // FIXME
|
||||
assert(false);
|
||||
|
||||
terResult = tefEXCEPTION;
|
||||
|
||||
Reference in New Issue
Block a user