From d9214eeb363850de61f47e85f0978b39556cccec Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 2 Feb 2017 16:30:44 +0200 Subject: [PATCH] test --- src/pow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pow.cpp b/src/pow.cpp index a6b6d34b0..f374e7208 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -116,7 +116,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in { extern int32_t KOMODO_REWIND; bool fNegative,fOverflow; int32_t i,nonz=0,special=0,special2=0,notaryid=-1,flag = 0; mids[66]; - arith_uint256 bnTarget; + arith_uint256 bnTarget; CBlock *pindex; bnTarget.SetCompact(nBits, &fNegative, &fOverflow); if ( height == 0 )