mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Avoid assert.
This commit is contained in:
@@ -908,7 +908,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.";
|
||||
assert(false);
|
||||
// assert(false);
|
||||
|
||||
terResult = tefEXCEPTION;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user