mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
pallet-staking event
This commit is contained in:
@@ -248,7 +248,9 @@ impl coins::Config for Runtime {
|
||||
impl validator_sets::Config for Runtime {
|
||||
type RuntimeEvent = RuntimeEvent;
|
||||
}
|
||||
impl staking::Config for Runtime {}
|
||||
impl staking::Config for Runtime {
|
||||
type RuntimeEvent = RuntimeEvent;
|
||||
}
|
||||
|
||||
pub struct IdentityValidatorIdOf;
|
||||
impl Convert<PublicKey, Option<PublicKey>> for IdentityValidatorIdOf {
|
||||
|
||||
Reference in New Issue
Block a user