From b34b7b3180d7c348a88705e306994680d5079793 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 3 Feb 2017 16:27:51 +0200 Subject: [PATCH] test --- src/main.cpp | 2 +- src/pow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index f1443e42a..6141f97ea 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4344,7 +4344,7 @@ void static ProcessGetData(CNode* pfrom) CBlock block; if (!ReadBlockFromDisk(block, (*mi).second)) { - //assert(!"cannot load block from disk"); + assert(!"cannot load block from disk"); } else { diff --git a/src/pow.cpp b/src/pow.cpp index 59072290d..d19d41be1 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -167,7 +167,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in // Check proof of work matches claimed amount if ( UintToArith256(hash) > bnTarget ) { - if ( nonzpkeys > 0 && height > 182500 && KOMODO_REWIND == 0 && komodo_chainactive(height) != 0 ) + if ( nonzpkeys > 0 && height > 185000 && KOMODO_REWIND == 0 && komodo_chainactive(height) != 0 ) { int32_t i; for (i=31; i>=0; i--)