It was my bug after all. Fix create after delete.

This commit is contained in:
JoelKatz
2013-01-12 21:44:38 -08:00
parent a2abddff4f
commit 8f5f8bdb4e

View File

@@ -92,9 +92,7 @@ SLE::pointer LedgerEntrySet::entryCache(LedgerEntryType letType, const uint256&
entryCache(sleEntry);
}
else if (action == taaDELETE)
{
assert(false);
}
sleEntry.reset();
}
return sleEntry;
}