This commit is contained in:
Kian Paimani
2023-07-09 15:44:24 +02:00
committed by GitHub
parent e2964385b1
commit c67723012b
9 changed files with 207 additions and 217 deletions
+1 -1
View File
@@ -589,7 +589,7 @@ impl pallet_staking::Config for Runtime {
type MaxUnlockingChunks = frame_support::traits::ConstU32<32>;
type HistoryDepth = frame_support::traits::ConstU32<84>;
type BenchmarkingConfig = runtime_common::StakingBenchmarkingConfig;
type OnStakerSlash = NominationPools;
type EventListeners = NominationPools;
type WeightInfo = weights::pallet_staking::WeightInfo<Runtime>;
}