Skip to content

Commit

Permalink
fix: hardfork logging
Browse files Browse the repository at this point in the history
  • Loading branch information
frisitano committed Dec 27, 2024
1 parent 6942180 commit f0f0284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ethereum-forks/src/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ impl core::fmt::Display for DisplayHardforks {
format(
"Pre-merge hard forks (block based)",
&self.pre_merge,
self.with_merge.is_empty(),
self.with_merge.is_empty() && self.post_merge.is_empty(),
f,
)?;

Expand Down

0 comments on commit f0f0284

Please sign in to comment.