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
@@ -345,6 +345,7 @@ impl pallet_staking::Config for Runtime {
// Use the nominator map to iter voter AND no-ops for all SortedListProvider hooks. The migration
// to bags-list is a no-op, but the storage version will be updated.
type SortedListProvider = pallet_staking::UseNominatorsMap<Runtime>;
type BenchmarkingConfig = runtime_common::StakingBenchmarkingConfig;
type WeightInfo = ();
}