From 55d65e32caf60b5baa4e1a97d1e240c4adb0dd01 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 23 Mar 2017 19:26:19 +0200 Subject: [PATCH] Test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();