From bd0fcfda898317976eee043cf619d64bb30d16ef Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Fri, 26 Jan 2024 13:44:10 +0100 Subject: [PATCH] fix(#162): clippy --- runtime/g1/src/parameters.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/g1/src/parameters.rs b/runtime/g1/src/parameters.rs index adfc0183a..130b71130 100644 --- a/runtime/g1/src/parameters.rs +++ b/runtime/g1/src/parameters.rs @@ -100,6 +100,7 @@ parameter_types! { pub const ConfirmPeriod: BlockNumber = 14 * DAYS; pub const IdtyCreationPeriod: BlockNumber = MONTHS; pub const ValidationPeriod: BlockNumber = YEARS; + pub const AutorevocationPeriod: BlockNumber = 1 * YEARS; } // Membership -- GitLab