Companion to Proportional Slashing: Substrate #10982 (#5306)

* Companion to Proportional Slashing

* update lockfile for {"substrate"}

Co-authored-by: parity-processbot <>
This commit is contained in:
Zeke Mostov
2022-04-21 17:14:28 -07:00
committed by GitHub
parent 3f0e73d320
commit 42cbfba5d3
5 changed files with 174 additions and 166 deletions
+2
View File
@@ -457,6 +457,7 @@ parameter_types! {
impl pallet_staking::Config for Runtime {
type MaxNominations = MaxNominations;
type Currency = Balances;
type CurrencyBalance = Balance;
type UnixTime = Timestamp;
type CurrencyToVote = CurrencyToVote;
type RewardRemainder = ();
@@ -478,6 +479,7 @@ impl pallet_staking::Config for Runtime {
type VoterList = BagsList;
type MaxUnlockingChunks = frame_support::traits::ConstU32<32>;
type BenchmarkingConfig = runtime_common::StakingBenchmarkingConfig;
type OnStakerSlash = ();
type WeightInfo = weights::pallet_staking::WeightInfo<Runtime>;
}