Skip to content

Commit

Permalink
set minimum period to 3s on moonbase (#2666)
Browse files Browse the repository at this point in the history
  • Loading branch information
librelois committed Feb 22, 2024
1 parent 1771768 commit 5529f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/moonbase/src/lib.rs
Expand Up @@ -293,7 +293,7 @@ impl pallet_timestamp::Config for Runtime {
/// A timestamp: milliseconds since the unix epoch.
type Moment = u64;
type OnTimestampSet = ();
type MinimumPeriod = ConstU64<6000>;
type MinimumPeriod = ConstU64<3000>;
type WeightInfo = moonbeam_weights::pallet_timestamp::WeightInfo<Runtime>;
}

Expand Down

0 comments on commit 5529f60

Please sign in to comment.