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