From 4202cc246ca5e8846399126e19029ff33e5fde8f Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 19 Apr 2018 14:32:27 +0300 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 c92a04d39..5e8c76650 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3788,7 +3788,7 @@ bool CheckBlock(int32_t height,CBlockIndex *pindex,const CBlock& block, CValidat komodo_block2pubkey33(pubkey33,(CBlock *)&block); if ( !CheckProofOfWork(height,pubkey33,block.GetHash(),block.nBits,Params().GetConsensus(),block.nTime) ) { - uint256 h = block.GetHash(); + int32_t z; uint256 h = block.GetHash(); for (z=0; z<32; z++) fprintf(stderr,"%02x",((uint8_t *)&h)[z]); fprintf(stderr," failed hash\n");