Skip to content
Snippets Groups Projects
Commit bd0fcfda authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#162): clippy

parent da3f01b0
No related branches found
No related tags found
1 merge request!233Resolve "Give IdtyStatus directly in genesis"
Pipeline #35658 canceled
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment