We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6142c16 commit 203b993Copy full SHA for 203b993
1 file changed
src/masternode.h
@@ -240,13 +240,13 @@ class CMasternode
240
if(nScanningErrorCount < 0) nScanningErrorCount = 0;
241
} else { //all other codes are equally as bad
242
nScanningErrorCount++;
243
- /* Bitsenddev 04/08/2015
+ // Bitsenddev 04/08/2015
244
if(nScanningErrorCount >= 4)
245
{
246
nScanningErrorCount = 0;
247
LogPrintf("S-Reset Bad Masternodescore \n"); // Bitsenddev Set this for Debug
248
}
249
- */
+
250
if(nScanningErrorCount > MASTERNODE_SCANNING_ERROR_THESHOLD*2) nScanningErrorCount = MASTERNODE_SCANNING_ERROR_THESHOLD*2;
251
252
0 commit comments