mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 06:25:51 +00:00
Reduce JobQueue interface
This commit is contained in:
committed by
Nik Bougalis
parent
aa2ff00485
commit
1a238048d5
@@ -838,7 +838,7 @@ void NetworkOPsImp::submitTransaction (std::shared_ptr<STTx const> const& iTrans
|
||||
void NetworkOPsImp::processTransaction (std::shared_ptr<Transaction>& transaction,
|
||||
bool bUnlimited, bool bLocal, FailHard failType)
|
||||
{
|
||||
auto ev = m_job_queue.getLoadEventAP (jtTXN_PROC, "ProcessTXN");
|
||||
auto ev = m_job_queue.makeLoadEvent (jtTXN_PROC, "ProcessTXN");
|
||||
auto const newFlags = app_.getHashRouter ().getFlags (transaction->getID ());
|
||||
|
||||
if ((newFlags & SF_BAD) != 0)
|
||||
|
||||
Reference in New Issue
Block a user