From 8f97da8ea443c95723bbc6e03a550f63f577334c Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 9 Aug 2018 02:52:14 -1100 Subject: [PATCH] Test --- src/komodo_bitcoind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 767b3f4ce..501d14da5 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -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 ) {