Skip to content

Fix off-by-one in header validation

xurious requested to merge xurious/Sia:nonce-validation-fix into master

This makes the two nonce checks (in validateHeader() and ValidateBlock()) consistent. Note this is not the same as f383ad69.

Merge request reports