mirror of
https://git.hush.is/hush/hush3.git
synced 2025-07-21 00:02:09 -04:00
Compare commits
No commits in common. "be92d4ce420a3d1cb4c72b89fe2f96778534d386" and "b92cc1efbb51ed0c65a656a5a9cce2170b0bdcdf" have entirely different histories.
be92d4ce42
...
b92cc1efbb
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user