Skip to content

Commit

Permalink
fix staking consts
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusrodri committed May 21, 2024
1 parent 3b17b91 commit d48902a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/moonriver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -837,8 +837,8 @@ impl pallet_parachain_staking::Config for Runtime {
type SlotProvider = RelayChainSlotProvider;
type WeightInfo = moonbeam_weights::pallet_parachain_staking::WeightInfo<Runtime>;
type MaxCandidates = ConstU32<200>;
type SlotDuration = ConstU64<12_000>;
type BlockTime = ConstU64<12_000>;
type SlotDuration = ConstU64<6_000>;
type BlockTime = ConstU64<6_000>;
}

impl pallet_author_inherent::Config for Runtime {
Expand Down

0 comments on commit d48902a

Please sign in to comment.