mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
nCount >= nTenthNetwork should be nCountTenth
This commit is contained in:
parent
6b31970f13
commit
c64f76001b
@ -471,7 +471,7 @@ CMasternode* CMasternodeMan::GetNextMasternodeInQueueForPayment(int nBlockHeight
|
||||
pBestMasternode = pmn;
|
||||
}
|
||||
nCountTenth++;
|
||||
if(nCount >= nTenthNetwork) break;
|
||||
if(nCountTenth >= nTenthNetwork) break;
|
||||
}
|
||||
return pBestMasternode;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user