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
fix(docs): align BlockValidationResult doc comments with C API
Several doc comments were inaccurate or vaguer than the upstream
definitions. Importantly, Consensus was documented as "Block is valid
according to consensus rules" when it actually means the opposite - a
consensus rule violation. Align all affected variants with the upstream
comments for accuracy.
0 commit comments