Emergency fix.

This commit is contained in:
JoelKatz
2013-05-07 07:07:36 -07:00
parent c0265ac4d3
commit 393d34f823

View File

@@ -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;