mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 14:35:52 +00:00
Typo.
This commit is contained in:
@@ -51,7 +51,7 @@ bool HashedObjectStore::store(HashedObjectType type, uint32 index,
|
|||||||
if (!mWritePending)
|
if (!mWritePending)
|
||||||
{
|
{
|
||||||
mWritePending = true;
|
mWritePending = true;
|
||||||
theApp->getJobQueue().addJob(jtWRITE, "HasedObject::store",
|
theApp->getJobQueue().addJob(jtWRITE, "HashedObject::store",
|
||||||
boost::bind(&HashedObjectStore::bulkWrite, this));
|
boost::bind(&HashedObjectStore::bulkWrite, this));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user