Skip to content
Snippets Groups Projects
Commit 1e11e5ec authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

clippy

parent 040695a4
No related branches found
No related tags found
1 merge request!275Fix 244 coherence between identity next_schedule and membership expire_on
Pipeline #38491 failed
...@@ -92,8 +92,8 @@ parameter_types! { ...@@ -92,8 +92,8 @@ parameter_types! {
frame_support::parameter_types! { frame_support::parameter_types! {
// for gdev we can have short periods // for gdev we can have short periods
pub const ChangeOwnerKeyPeriod: BlockNumber = 7 * DAYS; pub const ChangeOwnerKeyPeriod: BlockNumber = 7 * DAYS;
pub const AutorevocationPeriod: BlockNumber = 1 * MONTHS; pub const AutorevocationPeriod: BlockNumber = MONTHS;
pub const DeletionPeriod: BlockNumber = 1 * MONTHS; pub const DeletionPeriod: BlockNumber = MONTHS;
} }
// Membership // Membership
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment