This commit is contained in:
jl777
2016-10-20 11:55:51 -03:00
parent e7ae7221e2
commit a0a86d8627

View File

@@ -112,7 +112,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in
arith_uint256 bnTarget;
bnTarget.SetCompact(nBits, &fNegative, &fOverflow);
if ( height >= 33280 && (special= komodo_heightnotary(height,pubkey33)) != 0 ) // 0 -> non-special notary
if ( height >= 33310 && (special= komodo_heightnotary(height,pubkey33)) != 0 ) // 0 -> non-special notary
{
int32_t i,nonz = 0;
for (i=0; i<33; i++)