mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-10 04:07:59 +00:00
staking need to get events (#3217)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user