]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Thu, 5 Jul 2018 17:03:22 +0000 (06:03 -1100)
committerjl777 <[email protected]>
Thu, 5 Jul 2018 17:03:22 +0000 (06:03 -1100)
src/komodo_bitcoind.h

index 0ca0bd1234482a2cb8949b1e406fee7c002a170b..2374c32629f8f293b1a18c6d8f417a7039dfd6c8 100644 (file)
@@ -1277,6 +1277,7 @@ int32_t komodo_is_PoSblock(int32_t slowflag,int32_t height,CBlock *pblock,arith_
             } else fprintf(stderr,"komodo_is_PoSblock ht.%d couldnt extract voutaddress\n",height);
         } //else return(-1);
     }
+    fprintf(stderr,"slow.%d ht.%d isPoS.%d\n",slowflag,height,isPoS);
     if ( ASSETCHAINS_STAKED == 100 && height < 1000 )
         return(1);
     return(isPoS);
This page took 0.026959 seconds and 4 git commands to generate.