diff --git a/src/pow.cpp b/src/pow.cpp index e5f024a41..98f219453 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -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 > 65200 ) + if ( height > 65105 ) { if ( notaryid >= 0 ) {