Test slowflag

This commit is contained in:
jl777
2019-03-02 05:18:27 -11:00
parent 92f2fe7cf0
commit c6322f54ec

View File

@@ -2125,7 +2125,8 @@ int32_t komodo_checkPOW(int32_t slowflag,CBlock *pblock,int32_t height)
return(-1); return(-1);
else else
{ {
bnTarget = komodo_PoWtarget(&PoSperc,bnTarget,height,ASSETCHAINS_STAKED); if ( slowflag != 0 )
bnTarget = komodo_PoWtarget(&PoSperc,bnTarget,height,ASSETCHAINS_STAKED);
if ( bhash > bnTarget ) if ( bhash > bnTarget )
{ {
for (i=31; i>=16; i--) for (i=31; i>=16; i--)