Compare commits

..

No commits in common. "be92d4ce420a3d1cb4c72b89fe2f96778534d386" and "b92cc1efbb51ed0c65a656a5a9cce2170b0bdcdf" have entirely different histories.

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;
}
}
}