companion for substrate/10377 (#4379)

* companion for substrate/10377

* udpate substrate (cargo update -p sp-io)

* fmt
This commit is contained in:
Kian Paimani
2021-11-28 15:21:18 +01:00
committed by GitHub
parent 659beec4c9
commit 55f58760f2
6 changed files with 351 additions and 423 deletions
+1
View File
@@ -555,6 +555,7 @@ impl pallet_staking::Config for Runtime {
type OffendingValidatorsThreshold = OffendingValidatorsThreshold;
// Use the nominators map to iter voters, but also keep bags-list up-to-date.
type SortedListProvider = BagsList;
type BenchmarkingConfig = runtime_common::StakingBenchmarkingConfig;
type WeightInfo = weights::pallet_staking::WeightInfo<Runtime>;
}