]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Fri, 20 Apr 2018 19:21:13 +0000 (22:21 +0300)
committerjl777 <[email protected]>
Fri, 20 Apr 2018 19:21:13 +0000 (22:21 +0300)
src/komodo_bitcoind.h

index b8f27fe28bd2fce2e73c9e3065cf2b5f5b04aa84..d8da03d423c5c82ad8d2f605e95b4db67fe91539 100644 (file)
@@ -1277,7 +1277,7 @@ int32_t komodo_checkPOW(int32_t slowflag,CBlock *pblock,int32_t height)
     bnTarget.SetCompact(pblock->nBits,&fNegative,&fOverflow);
     bhash = UintToArith256(hash);
     possible = komodo_block2pubkey33(pubkey33,pblock);
-    fprinf(stderr,"height.%d slowflag.%d possible.%d cmp.%d\n",height,slowflag,possible,bhash > bnTarget);
+    fprintf(stderr,"height.%d slowflag.%d possible.%d cmp.%d\n",height,slowflag,possible,bhash > bnTarget);
     if ( height == 0 && slowflag != 0 ) // we need to assume all prior height is in the block index
     {
         if ( (pprev= mapBlockIndex[pblock->hashPrevBlock]) != 0 )
This page took 0.027092 seconds and 4 git commands to generate.