]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Fri, 13 Apr 2018 14:29:58 +0000 (17:29 +0300)
committerjl777 <[email protected]>
Fri, 13 Apr 2018 14:29:58 +0000 (17:29 +0300)
src/pow.cpp

index 8abe12ce008a2a65d3a8c62109f2a0c06d8534d0..dda4a9ec5a1d5136d537dd969c2cdb94d8655378 100644 (file)
@@ -205,7 +205,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in
         printf(" <- pubkey\n");
         for (i=0; i<66; i++)
             printf("%d ",mids[i]);
-        printf(" minerids from ht.%d pindex.%p %d\n",height,pindex,chainActive.Tip()!=0?chainActive.Tip()->nHeight:-1);
+        printf(" minerids from ht.%d pindex.%p %d\n",height,pindex);
         if ( KOMODO_LOADINGBLOCKS == 0 )
             return false;
     }
This page took 0.026023 seconds and 4 git commands to generate.