From 2653fac26c1d6c7b247fc099281fdc9738c1a3ae Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 17 Apr 2018 13:20:48 +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 e77ecc3ae..a32a3dbe9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3772,7 +3772,7 @@ int32_t komodo_fast_checkPOW(CBlock *pblock,int32_t height) return(-1); } bnTarget.SetCompact(pblock->nBits,&fNegative,&fOverflow); - if ( UintToArith256(pblock.GetHash()) > bnTarget ) + if ( UintToArith256(pblock->GetHash()) > bnTarget ) { failed = 1; if ( ASSETCHAINS_SYMBOL[0] == 0 )