diff --git a/src/main.cpp b/src/main.cpp index a327cca4c..b7c48332a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3196,7 +3196,7 @@ bool CheckBlockHeader(int32_t height,CBlockIndex *pindex, const CBlockHeader& bl { uint8_t pubkey33[33]; // Check timestamp - if ( 0 ) + if ( 1 ) { uint256 hash; int32_t i; hash = blockhdr.GetHash();