Merge branch 'dev' into jahway603
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user