mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
updated minimum for reference node
This commit is contained in:
parent
91d5f043ca
commit
fea26cfb89
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user