Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

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 a93e97d commit 5a9777a
Showing 1 changed file with 1 addition and 1 deletion.
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(all(feature = "beacon-spec-minimal", not(feature = "runtime-benchmarks")))]
#[cfg(feature = "beacon-spec-minimal")]
pub mod minimal {
use super::*;

Expand Down

0 comments on commit 5a9777a

Please sign in to comment.