Skip to content

Commit

Permalink
enable mnw lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Duffield committed Jul 27, 2015
1 parent bf18699 commit b540068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/masternode-payments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b540068

Please sign in to comment.