This commit is contained in:
jl777
2017-02-03 16:27:51 +02:00
parent 5304e9459b
commit b34b7b3180
2 changed files with 2 additions and 2 deletions

View File

@@ -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
{

View File

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