Skip to content

Commit

Permalink
fix: store ready queues on the mixing masternode
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Dec 5, 2024
1 parent 1e55310 commit 24dcce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coinjoin/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
}

Expand Down

0 comments on commit 24dcce9

Please sign in to comment.