mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 06:55:50 +00:00
Don't spin forever.
This commit is contained in:
@@ -903,6 +903,8 @@ TER RippleCalc::calcNodeAdvance(
|
|||||||
assert(false); // Can't run out of offers in forward direction.
|
assert(false); // Can't run out of offers in forward direction.
|
||||||
terResult = tefEXCEPTION;
|
terResult = tefEXCEPTION;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
bEntryAdvance = false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user