Skip to content

Commit

Permalink
fix feature name
Browse files Browse the repository at this point in the history
  • Loading branch information
Wollac committed Dec 16, 2024
1 parent 9322214 commit b048895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mod merkle;
mod mpt;
pub mod serde;
mod state;
#[cfg(feature = "unstable-history")]
#[cfg(feature = "unstable-verifier")]
mod verifier;

pub use beacon::BeaconInput;
Expand All @@ -57,7 +57,7 @@ pub use state::{StateAccount, StateDb};
pub use history::HistoryInput;
#[cfg(not(feature = "unstable-history"))]
pub(crate) use history::HistoryInput;
#[cfg(feature = "unstable-history")]
#[cfg(feature = "unstable-verifier")]
pub use verifier::SteelVerifier;

/// The serializable input to derive and validate an [EvmEnv] from.
Expand Down

0 comments on commit b048895

Please sign in to comment.