Skip to content

Commit

Permalink
node: change header validation to check nil quorums
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia committed Jan 17, 2024
1 parent 5e11483 commit f984096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/chain/header_validation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ impl<'a, DB: database::DB> Validator<'a, DB> {
candidate_block.height,
cert,
iter as u8,
false,
true,
)
.await?;

Expand Down

0 comments on commit f984096

Please sign in to comment.