mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Get rid of assert that prevented all of the extra mile.
This commit is contained in:
@@ -658,7 +658,6 @@ TER LedgerEntrySet::dirDelete(
|
|||||||
|
|
||||||
it = std::find(vuiIndexes.begin(), vuiIndexes.end(), uLedgerIndex);
|
it = std::find(vuiIndexes.begin(), vuiIndexes.end(), uLedgerIndex);
|
||||||
|
|
||||||
assert(vuiIndexes.end() != it);
|
|
||||||
if (vuiIndexes.end() == it)
|
if (vuiIndexes.end() == it)
|
||||||
{
|
{
|
||||||
if (!bSoft)
|
if (!bSoft)
|
||||||
|
|||||||
Reference in New Issue
Block a user