diff --git a/pezkuwi/runtime/pezkuwichain/src/lib.rs b/pezkuwi/runtime/pezkuwichain/src/lib.rs index 6ec30d57..52e90bad 100644 --- a/pezkuwi/runtime/pezkuwichain/src/lib.rs +++ b/pezkuwi/runtime/pezkuwichain/src/lib.rs @@ -413,7 +413,7 @@ impl pezpallet_timestamp::Config for Runtime { impl pezpallet_authorship::Config for Runtime { type FindAuthor = pezpallet_session::FindAccountFromAuthorIndex; - type EventHandler = (); + type EventHandler = Staking; } impl_opaque_keys! {