Merge branch 'dev' into jahway603

This commit is contained in:
jahway603
2023-10-16 21:17:00 +00:00

View File

@@ -5135,7 +5135,7 @@ bool ContextualCheckBlockHeader(const CBlockHeader& block, CValidationState& sta
// " " << block.GetHash().ToString() << " @ " << block.GetBlockTime() << endl;
return state.DoS(100, error("%s: Incorrect diffbits at height %d: %lu vs %lu ", __func__, nHeight, nNextWork, block.nBits), REJECT_INVALID, "bad-diffbits");
} else {
cout << "Ignoring nbits for height=" << nHeight << endl;
// cout << "Ignoring nbits for height=" << nHeight << endl;
}
}
}