mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
It was my bug after all. Fix create after delete.
This commit is contained in:
@@ -92,9 +92,7 @@ SLE::pointer LedgerEntrySet::entryCache(LedgerEntryType letType, const uint256&
|
||||
entryCache(sleEntry);
|
||||
}
|
||||
else if (action == taaDELETE)
|
||||
{
|
||||
assert(false);
|
||||
}
|
||||
sleEntry.reset();
|
||||
}
|
||||
return sleEntry;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user