mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Make sure all load sources are named.
This commit is contained in:
@@ -26,7 +26,7 @@ void OrderBookDB::setup(Ledger::ref ledger)
|
||||
return;
|
||||
mSeq = ledger->getLedgerSeq();
|
||||
|
||||
LoadEvent::autoptr ev = theApp->getJobQueue().getLoadEventAP(jtOB_SETUP);
|
||||
LoadEvent::autoptr ev = theApp->getJobQueue().getLoadEventAP(jtOB_SETUP, "OrderBookDB::setup");
|
||||
|
||||
mXRPOrders.clear();
|
||||
mIssuerMap.clear();
|
||||
|
||||
Reference in New Issue
Block a user