From efbc93790e38e7aa93a22b12fc48542f76fccbdb Mon Sep 17 00:00:00 2001 From: Alessandro Siniscalchi Date: Tue, 22 Oct 2024 12:02:10 +0200 Subject: [PATCH] set timestamp --- runtime/laos/src/configs/timestamp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/laos/src/configs/timestamp.rs b/runtime/laos/src/configs/timestamp.rs index a1d52a99a..0330068dc 100644 --- a/runtime/laos/src/configs/timestamp.rs +++ b/runtime/laos/src/configs/timestamp.rs @@ -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; }