fix the new staking weight in substrate-node (#7131)

This commit is contained in:
Kian Paimani
2020-09-17 16:06:00 +02:00
committed by GitHub
parent 1ba05216d3
commit 14df474913
3 changed files with 172 additions and 1 deletions
+1 -1
View File
@@ -458,7 +458,7 @@ impl pallet_staking::Trait for Runtime {
type MinSolutionScoreBump = MinSolutionScoreBump;
type MaxNominatorRewardedPerValidator = MaxNominatorRewardedPerValidator;
type UnsignedPriority = StakingUnsignedPriority;
type WeightInfo = ();
type WeightInfo = weights::pallet_staking::WeightInfo;
}
parameter_types! {