Skip to content

Commit

Permalink
#[cfg(all(feature = "taiko", not(feature = "optimism")))]
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 authored Feb 15, 2024
1 parent 36589aa commit 3700b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives/src/specification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ spec!(CANYON, CanyonSpec);
spec!(ECOTONE, EcotoneSpec);

// Taiko Hardforks
#[cfg(feature = "taiko")]
#[cfg(all(feature = "taiko", not(feature = "optimism")))]
spec!(KATLA, KatlaSpec);

#[macro_export]
Expand Down

0 comments on commit 3700b8e

Please sign in to comment.