diff --git a/substrate/node/runtime/src/lib.rs b/substrate/node/runtime/src/lib.rs index 700f3b20c7..c2e05f1cb5 100644 --- a/substrate/node/runtime/src/lib.rs +++ b/substrate/node/runtime/src/lib.rs @@ -183,7 +183,7 @@ impl authorship::Trait for Runtime { type FindAuthor = (); type UncleGenerations = UncleGenerations; type FilterUncle = (); - type EventHandler = (); + type EventHandler = Staking; } type SessionHandlers = (Grandpa, Babe, ImOnline);