This commit is contained in:
jl777
2016-11-12 12:10:15 -03:00
parent df1fb519c8
commit 3959e9f32d
3 changed files with 11 additions and 4 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 > 65105 )
if ( height > 65500 )
{
if ( notaryid >= 0 )
{