pallet-staking event

This commit is contained in:
Luke Parker
2023-10-22 03:19:01 -04:00
parent d29d19bdfe
commit 52eb68677a
2 changed files with 45 additions and 6 deletions

View File

@@ -248,7 +248,9 @@ impl coins::Config for Runtime {
impl validator_sets::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
}
impl staking::Config for Runtime {}
impl staking::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
}
pub struct IdentityValidatorIdOf;
impl Convert<PublicKey, Option<PublicKey>> for IdentityValidatorIdOf {