Merge pull request #728 from jl777/jl777

skip check <130
This commit is contained in:
jl777
2018-07-05 07:21:33 -11:00
committed by GitHub

View File

@@ -1356,7 +1356,7 @@ int32_t komodo_checkPOW(int32_t slowflag,CBlock *pblock,int32_t height)
{ {
if ( (is_PoSblock= komodo_is_PoSblock(slowflag,height,pblock,bnTarget)) == 0 ) if ( (is_PoSblock= komodo_is_PoSblock(slowflag,height,pblock,bnTarget)) == 0 )
{ {
if ( ASSETCHAINS_STAKED == 100 && height > 100 ) // only PoS allowed! if ( ASSETCHAINS_STAKED == 100 && height > 130 ) // only PoS allowed!
return(-1); return(-1);
else else
{ {