This commit is contained in:
jl777
2018-04-14 00:20:47 +03:00
parent b7fa26e3fb
commit 56aa66a0db

View File

@@ -189,7 +189,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in
{
if ( KOMODO_LOADINGBLOCKS != 0 )
return true;
if ( height > 792000 )
if ( ASSETCHAINS_SYMBOL[0] != 0 || height > 792000 )
return false;
}
return true;