]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Fri, 20 Apr 2018 09:08:51 +0000 (12:08 +0300)
committerjl777 <[email protected]>
Fri, 20 Apr 2018 09:08:51 +0000 (12:08 +0300)
src/main.cpp

index 9537a4869ca97b38e43220909feead8c1f77f06f..632e6f723f0fd3be812163dbe51f0d331322061d 100644 (file)
@@ -4027,7 +4027,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.037567 seconds and 4 git commands to generate.