Skip to content

Commit

Permalink
rm feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
enddynayn committed Aug 16, 2024
1 parent 517d20e commit a590bb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/frequency/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,6 @@ impl cumulus_pallet_parachain_system::Config for Runtime {
type CheckAssociatedRelayNumber = RelayNumberMonotonicallyIncreases;
type WeightInfo = ();
// TODO: Remove this when Async Backing is activated and the feature is set for cumulus-pallet-parachain-system
#[cfg(feature = "parameterized-consensus-hook")]
type ConsensusHook = ConsensusHook;
}

Expand Down

0 comments on commit a590bb4

Please sign in to comment.