diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 2ac95c9bf..f09504754 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -275,7 +275,7 @@ impl pallet_grandpa::Config for Runtime { type MaxAuthorities = MaxAuthorities; type MaxNominators = MaxNominatorRewardedPerValidator; type MaxSetIdSessionEntries = (); - type KeyOwnerProof = >::Proof; + type KeyOwnerProof = sp_session::MembershipProof; type EquivocationReportSystem = pallet_grandpa::EquivocationReportSystem; } @@ -484,7 +484,7 @@ impl pallet_babe::Config for Runtime { type EpochDuration = EpochDuration; type ExpectedBlockTime = ExpectedBlockTime; type EpochChangeTrigger = pallet_babe::ExternalTrigger; - type KeyOwnerProof = >::Proof; + type KeyOwnerProof = sp_session::MembershipProof; type EquivocationReportSystem = pallet_babe::EquivocationReportSystem; type WeightInfo = ();