Skip to content
Snippets Groups Projects
Unverified Commit 24634c6b authored by Éloïs's avatar Éloïs
Browse files

gtest: IdtyCreationPeriod: 10 days -> 1 day

parent 9ffa0074
No related branches found
No related tags found
No related merge requests found
Pipeline #40894 failed
......@@ -103,7 +103,7 @@ parameter_types! {
parameter_types! {
pub const ChangeOwnerKeyPeriod: BlockNumber = MONTHS;
pub const ConfirmPeriod: BlockNumber = 10 * DAYS;
pub const IdtyCreationPeriod: BlockNumber = 10 * DAYS;
pub const IdtyCreationPeriod: BlockNumber = 1 * DAYS;
pub const AutorevocationPeriod: BlockNumber = YEARS;
pub const DeletionPeriod: BlockNumber = 10 * YEARS;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment