This commit is contained in:
jl777
2018-08-09 02:52:14 -11:00
parent e77d279f0c
commit 8f97da8ea4

View File

@@ -1439,7 +1439,7 @@ int32_t komodo_is_PoSblock(int32_t slowflag,int32_t height,CBlock *pblock,arith_
if ( komodo_isPoS(pblock) != 0 )
isPoS = 1;
}
if ( slowflag != 0 && isPoS != 0 )
if ( slowflag != 0 && isPoS != 0 && height > 12500 )
{
if ( isPoS != 2 )
{