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