mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
fix: store ready queues on the mixing masternode
This commit is contained in:
parent
1e55310232
commit
24dcce979b
@ -520,6 +520,7 @@ void CCoinJoinServer::CheckForCompleteQueue()
|
|||||||
"with %d participants\n", dsq.ToString(), vecSessionCollaterals.size());
|
"with %d participants\n", dsq.ToString(), vecSessionCollaterals.size());
|
||||||
dsq.Sign(*m_mn_activeman);
|
dsq.Sign(*m_mn_activeman);
|
||||||
m_peerman->RelayDSQ(dsq);
|
m_peerman->RelayDSQ(dsq);
|
||||||
|
WITH_LOCK(cs_vecqueue, vecCoinJoinQueue.push_back(dsq));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user