Skip to content

Commit

Permalink
Masternode Improvment
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Knöpke committed Oct 28, 2017
1 parent 6142c16 commit 203b993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/masternode.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,13 +240,13 @@ class CMasternode
if(nScanningErrorCount < 0) nScanningErrorCount = 0;
} else { //all other codes are equally as bad
nScanningErrorCount++;
/* Bitsenddev 04/08/2015
// Bitsenddev 04/08/2015
if(nScanningErrorCount >= 4)
{
nScanningErrorCount = 0;
LogPrintf("S-Reset Bad Masternodescore \n"); // Bitsenddev Set this for Debug
}
*/

if(nScanningErrorCount > MASTERNODE_SCANNING_ERROR_THESHOLD*2) nScanningErrorCount = MASTERNODE_SCANNING_ERROR_THESHOLD*2;
}
}
Expand Down

0 comments on commit 203b993

Please sign in to comment.