You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, whether the difficulty is met is correctly checked in CheckStake, as difficulty affects eligibility of a coin. This check does not rely on nBits in the header. In fact, this value is never read. That is to say, we could actually drop it form the header.
LegacyValidationInterface::ContextualCheckBlockHeader
does not check difficulty.#939 might fix that, or a smaller patch can just patch this in.
@Ruteri inintially reported, I'm aware of it, but lets not forget about it.
The text was updated successfully, but these errors were encountered: