]> Git Repo - VerusCoin.git/commitdiff
-print
authorjl777 <[email protected]>
Tue, 17 Apr 2018 12:48:23 +0000 (15:48 +0300)
committerjl777 <[email protected]>
Tue, 17 Apr 2018 12:48:23 +0000 (15:48 +0300)
src/komodo_bitcoind.h

index 2679917a51f789ca771be9c0bcdf8ffafa8b680f..fd257cb0a0f4c77b564d0fd69614f0a7fa40ec1a 100644 (file)
@@ -947,7 +947,7 @@ int32_t komodo_checkpoint(int32_t *notarized_heightp,int32_t nHeight,uint256 has
                 fprintf(stderr,"[%s] nHeight.%d == NOTARIZED_HEIGHT.%d, diff hash\n",ASSETCHAINS_SYMBOL,nHeight,notarized_height);
                 return(-1);
             }
-        } else fprintf(stderr,"[%s] unexpected error notary_hash %s ht.%d at ht.%d\n",ASSETCHAINS_SYMBOL,notarized_hash.ToString().c_str(),notarized_height,notary->nHeight);
+        } //else fprintf(stderr,"[%s] unexpected error notary_hash %s ht.%d at ht.%d\n",ASSETCHAINS_SYMBOL,notarized_hash.ToString().c_str(),notarized_height,notary->nHeight);
     }
     //else if ( notarized_height > 0 && notarized_height != 73880 && notarized_height >= 170000 )
     //    fprintf(stderr,"[%s] couldnt find notarized.(%s %d) ht.%d\n",ASSETCHAINS_SYMBOL,notarized_hash.ToString().c_str(),notarized_height,pindex->nHeight);
This page took 0.027559 seconds and 4 git commands to generate.