This commit is contained in:
jl777
2016-11-12 13:07:09 -03:00
parent 3959e9f32d
commit e8f5e771e9
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in
}
if ( nonz == 0 )
return(true); // will come back via different path with pubkey set
if ( height > 65500 )
if ( height > 65800 )
{
if ( notaryid >= 0 )
{