This commit is contained in:
Kian Paimani
2023-07-09 15:44:24 +02:00
committed by GitHub
parent e2964385b1
commit c67723012b
9 changed files with 207 additions and 217 deletions
+2 -2
View File
@@ -335,7 +335,7 @@ impl pallet_staking::Config for Runtime {
type Currency = Balances;
type CurrencyBalance = Balance;
type UnixTime = Timestamp;
type CurrencyToVote = frame_support::traits::U128CurrencyToVote;
type CurrencyToVote = runtime_common::CurrencyToVote;
type RewardRemainder = ();
type RuntimeEvent = RuntimeEvent;
type Slash = ();
@@ -358,7 +358,7 @@ impl pallet_staking::Config for Runtime {
type MaxUnlockingChunks = frame_support::traits::ConstU32<32>;
type HistoryDepth = frame_support::traits::ConstU32<84>;
type BenchmarkingConfig = runtime_common::StakingBenchmarkingConfig;
type OnStakerSlash = ();
type EventListeners = ();
type WeightInfo = ();
}