mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +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());
|
||||
dsq.Sign(*m_mn_activeman);
|
||||
m_peerman->RelayDSQ(dsq);
|
||||
WITH_LOCK(cs_vecqueue, vecCoinJoinQueue.push_back(dsq));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user