Skip to content

Commit

Permalink
engine: don't skip state root when insert downloaded block
Browse files Browse the repository at this point in the history
  • Loading branch information
Keefe Liu committed Sep 18, 2024
1 parent 190d54a commit bad7b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/consensus/beacon/src/engine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,7 @@ where
let start = Instant::now();
match self.blockchain.insert_block_without_senders(
block.clone(),
BlockValidationKind::SkipStateRootValidation,
BlockValidationKind::Exhaustive,
) {
Ok(status) => {
match status {
Expand Down

0 comments on commit bad7b33

Please sign in to comment.