fix: connect authorship EventHandler to Staking for reward point distribution

Without this, block authors are never reported to the staking pallet,
resulting in zero reward points and no era payouts.
This commit is contained in:
2026-02-14 20:31:30 +03:00
parent 158d51e767
commit 0a61d6ccbe
+1 -1
View File
@@ -413,7 +413,7 @@ impl pezpallet_timestamp::Config for Runtime {
impl pezpallet_authorship::Config for Runtime {
type FindAuthor = pezpallet_session::FindAccountFromAuthorIndex<Self, Babe>;
type EventHandler = ();
type EventHandler = Staking;
}
impl_opaque_keys! {