mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
enable mnw lock
This commit is contained in:
parent
bf18699ade
commit
b540068f94
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user