Skip to content

Commit

Permalink
fix mock
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Dec 22, 2023
1 parent c51b321 commit a93e97d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use primitives::{Fork, ForkVersions};
use sp_core::H256;
use sp_runtime::traits::{BlakeTwo256, IdentityLookup};

#[cfg(feature = "beacon-spec-minimal")]
#[cfg(all(feature = "beacon-spec-minimal", not(feature = "runtime-benchmarks")))]
pub mod minimal {
use super::*;

Expand Down Expand Up @@ -182,7 +182,7 @@ pub mod minimal {
}
}

#[cfg(not(feature = "beacon-spec-minimal"))]
#[cfg(any(not(feature = "beacon-spec-minimal"), feature = "runtime-benchmarks"))]
pub mod mainnet {
use super::*;

Expand Down

0 comments on commit a93e97d

Please sign in to comment.