|
@@ -232,14 +232,14 @@ impl pallet_sudo::Trait for Runtime {
|
|
|
}
|
|
|
|
|
|
parameter_types! {
|
|
|
- pub const UncleGenerations: BlockNumber = 5;
|
|
|
+ pub const UncleGenerations: BlockNumber = 0;
|
|
|
}
|
|
|
|
|
|
impl pallet_authorship::Trait for Runtime {
|
|
|
type FindAuthor = pallet_session::FindAccountFromAuthorIndex<Self, Babe>;
|
|
|
type UncleGenerations = UncleGenerations;
|
|
|
type FilterUncle = ();
|
|
|
- type EventHandler = Staking;
|
|
|
+ type EventHandler = (Staking, ImOnline);
|
|
|
}
|
|
|
|
|
|
impl_opaque_keys! {
|