Skip to content

Commit

Permalink
set timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi committed Oct 22, 2024
1 parent 5e5e3a1 commit efbc937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/laos/src/configs/timestamp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ impl pallet_timestamp::Config for Runtime {
/// A timestamp: milliseconds since the unix epoch.
type Moment = u64;
type OnTimestampSet = Aura;
type MinimumPeriod = MinimumPeriod;
type MinimumPeriod = ConstU64<0>;
type WeightInfo = weights::pallet_timestamp::WeightInfo<Runtime>;
}

0 comments on commit efbc937

Please sign in to comment.