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:
@@ -1530,8 +1530,8 @@ void Ledger::pendSave(bool fromConsensus)
|
||||
++sPendingSaves;
|
||||
}
|
||||
|
||||
boost::thread(boost::bind(&Ledger::saveAcceptedLedger, shared_from_this(),
|
||||
fromConsensus, theApp->getJobQueue().getLoadEvent(jtDISK))).detach();
|
||||
boost::thread(boost::bind(&Ledger::saveAcceptedLedger, shared_from_this(), fromConsensus,
|
||||
theApp->getJobQueue().getLoadEvent(jtDISK, fromConsensus ? "Ledger::cSave" : "Ledger::save"))).detach();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user