Skip to content

Commit

Permalink
Update runtime implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Oct 11, 2024
1 parent c1689a4 commit 54ce8c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ parameter_types! {
}

impl pallet_staking_extension::Config for Runtime {
type AttestationHandler = Attestation;
type Currency = Balances;
type MaxEndpointLength = MaxEndpointLength;
type Randomness = pallet_babe::RandomnessFromOneEpochAgo<Runtime>;
Expand Down Expand Up @@ -1502,8 +1503,6 @@ impl pallet_attestation::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type WeightInfo = weights::pallet_attestation::WeightInfo<Runtime>;
type Randomness = pallet_babe::RandomnessFromOneEpochAgo<Runtime>;
type KeyProvider = StakingExtension;
type AttestationQueue = StakingExtension;
}

parameter_types! {
Expand Down

0 comments on commit 54ce8c5

Please sign in to comment.