Enable nomination pool slashing on Kusama and westend (#5661)

* enable pool slashes on Kusama and westend

* fix
This commit is contained in:
Kian Paimani
2022-06-13 21:41:10 +01:00
committed by GitHub
parent f3c49cb790
commit 48385183db
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -510,7 +510,7 @@ impl pallet_staking::Config for Runtime {
type VoterList = VoterList;
type MaxUnlockingChunks = frame_support::traits::ConstU32<32>;
type BenchmarkingConfig = runtime_common::StakingBenchmarkingConfig;
type OnStakerSlash = ();
type OnStakerSlash = NominationPools;
type WeightInfo = weights::pallet_staking::WeightInfo<Runtime>;
}