]> Git Repo - VerusCoin.git/blobdiff - src/main.cpp
-print
[VerusCoin.git] / src / main.cpp
index d243dc564a8ab1d0eff983d8c04cd980c879e9ff..f5e14e305f4751dd574827de2a0386913b005ec1 100644 (file)
@@ -3559,7 +3559,7 @@ CBlockIndex* AddToBlockIndex(const CBlockHeader& block)
         }
         if ( miPrev != mapBlockIndex.end() && (*miPrev).second == 0 )
         {
-            fprintf(stderr,"edge case of both block and prevblock in the strange state\n");
+            //fprintf(stderr,"edge case of both block and prevblock in the strange state\n");
             return(0); // return here to avoid the state of pindex->nHeight not set and pprev NULL
         }
     }
@@ -4042,7 +4042,7 @@ bool AcceptBlock(CBlock& block, CValidationState& state, CBlockIndex** ppindex,
     }
     if ( pindex == 0 )
     {
-        fprintf(stderr,"AcceptBlock error null pindex\n");
+        //fprintf(stderr,"AcceptBlock error null pindex\n");
         return false;
     }
     //fprintf(stderr,"acceptblockheader passed\n");
This page took 0.023093 seconds and 4 git commands to generate.