Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
enddynayn committed Aug 27, 2024
1 parent 01c233c commit 6bbac99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/frequency/src/apis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl_runtime_apis! {
}
}

#[cfg(any(feature = "frequency-testnet", feature = "frequency-local"))]
#[cfg(any(feature = "frequency-testnet", feature = "frequency-local", feature = "frequency-lint-check"))]
impl cumulus_primitives_aura::AuraUnincludedSegmentApi<Block> for Runtime {
fn can_build_upon(
included_hash: <Block as BlockT>::Hash,
Expand Down

0 comments on commit 6bbac99

Please sign in to comment.