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 b5f1864d85
commit e15fb3db11
+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! {