updated minimum for reference node

This commit is contained in:
Evan Duffield 2015-03-30 12:33:42 -07:00
parent 91d5f043ca
commit fea26cfb89

View File

@ -436,7 +436,7 @@ bool CMasternodePayments::ProcessBlock(int nBlockHeight)
}
// pay to the oldest MN that still had no payment but its input is old enough and it was active long enough
CMasternode *pmn = mnodeman.FindOldestNotInVec(vecLastPayments, nMinimumAge, nMinimumAge * 2.5 * 60);
CMasternode *pmn = mnodeman.FindOldestNotInVec(vecLastPayments, nMinimumAge, 0);
if(pmn != NULL)
{
newWinner.score = 0;