staking need to get events (#3217)

This commit is contained in:
thiolliere
2019-07-29 10:40:02 +02:00
committed by GitHub
parent 8c919e031b
commit 852ed92861
+1 -1
View File
@@ -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);