Skip to content

Commit 24dcce9

Browse files
committed
fix: store ready queues on the mixing masternode
1 parent 1e55310 commit 24dcce9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/coinjoin/server.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@ void CCoinJoinServer::CheckForCompleteQueue()
520520
"with %d participants\n", dsq.ToString(), vecSessionCollaterals.size());
521521
dsq.Sign(*m_mn_activeman);
522522
m_peerman->RelayDSQ(dsq);
523+
WITH_LOCK(cs_vecqueue, vecCoinJoinQueue.push_back(dsq));
523524
}
524525
}
525526

0 commit comments

Comments
 (0)