This commit is contained in:
jl777
2018-04-13 22:46:21 +03:00
parent f31232d8d0
commit dd5ed83468

View File

@@ -212,7 +212,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in
if ( height > 792000 )
return false;
}
if ( KOMODO_LOADINGBLOCKS == 0 )
if ( KOMODO_LOADINGBLOCKS == 0 && height > 34000 )
{
for (i=0; i<66; i++)
fprintf(stderr,"%d ",i==0?notaryid:mids[i]);