From e40b78e93c84dc2506add49cb8a8b5a1fc6f6f62 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 23 Mar 2017 20:47:47 +0200 Subject: [PATCH] Crash fix --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index bf57f8cb2..777926200 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3198,7 +3198,7 @@ bool CheckBlockHeader(int32_t height,CBlockIndex *pindex, const CBlockHeader& bl { uint8_t pubkey33[33]; // Check timestamp - if ( 1 ) + if ( 0 ) { uint256 hash; int32_t i; hash = blockhdr.GetHash();