Crash fix

This commit is contained in:
jl777
2017-03-23 20:47:47 +02:00
parent e4f53bd20a
commit e40b78e93c

View File

@@ -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();