enable mnw lock

This commit is contained in:
Evan Duffield 2015-07-27 15:44:51 -07:00
parent bf18699ade
commit b540068f94

View File

@ -354,7 +354,7 @@ void CMasternodePayments::ProcessMessageMasternodePayments(CNode* pfrom, std::st
}
else if (strCommand == "mnw") { //Masternode Payments Declare Winner
// disabled due to locking issues
//LOCK(cs_masternodepayments);
LOCK(cs_masternodepayments);
//this is required in litemodef
CMasternodePaymentWinner winner;