Remove a FIXME, since it's **FIXED**.

This commit is contained in:
JoelKatz
2013-01-10 00:43:25 -08:00
parent 20712536b2
commit 82d439ea8d

View File

@@ -90,7 +90,7 @@ void HashedObjectStore::bulkWrite()
"(Hash,ObjType,LedgerIndex,Object) VALUES ('%s','%c','%u',%s);");
Database* db = theApp->getHashNodeDB()->getDB();
{ // FIXME: We're holding the lock too long!
{
ScopedLock sl(theApp->getHashNodeDB()->getDBLock());
db->executeSQL("BEGIN TRANSACTION;");