Set OnTimestampSet = Aura in all runtimes (#1876)

This commit is contained in:
Bastian Köcher
2022-11-15 12:21:46 +01:00
committed by GitHub
parent 3630f9da65
commit ac3e23f4c9
8 changed files with 8 additions and 8 deletions
@@ -181,7 +181,7 @@ pub const MINIMUM_PERIOD: u64 = SLOT_DURATION / 2;
impl pallet_timestamp::Config for Runtime {
/// A timestamp: milliseconds since the unix epoch.
type Moment = u64;
type OnTimestampSet = ();
type OnTimestampSet = Aura;
type MinimumPeriod = ConstU64<MINIMUM_PERIOD>;
type WeightInfo = weights::pallet_timestamp::WeightInfo<Runtime>;
}