Test slowflag

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

View File

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