Use BitcoinMiner for staking verushash

This commit is contained in:
jl777
2019-01-13 08:10:52 -11:00
parent d220b73974
commit c50181ee6b
2 changed files with 3 additions and 3 deletions

View File

@@ -1322,7 +1322,7 @@ uint32_t komodo_stake(int32_t validateflag,arith_uint256 bnTarget,int32_t nHeigh
}
}
//fprintf(stderr,"iterated until i.%d winner.%d\n",i,winner);
//if ( 0 && validateflag != 0 )
if ( 0 && validateflag != 0 )
{
for (i=31; i>=24; i--)
fprintf(stderr,"%02x",((uint8_t *)&hashval)[i]);