From 2c089649f01693a0ddbbc201dceac60498c3778b Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 21 Apr 2018 16:19:16 +0300 Subject: [PATCH] Fix --- 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 ecc568f6c..f52c8b649 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -1286,7 +1286,7 @@ int32_t komodo_checkPOW(int32_t slowflag,CBlock *pblock,int32_t height) //if ( height == 0 ) return(-1); } - if ( bhash > bnTarget ) + if ( (ASSETCHAINS_SYMBOL[0] != 0 || height > 792000) && bhash > bnTarget ) { failed = 1; if ( height > 0 && ASSETCHAINS_SYMBOL[0] == 0 ) // for the fast case