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

fix smith certification validity

parent b56b255c
No related branches found
No related tags found
1 merge request!168gtest genesis new format
Pipeline #31973 passed
This commit is part of merge request !171. Comments created here will be created in the context of that merge request.
......@@ -32,7 +32,7 @@ type MembershipData = sp_membership::MembershipData<u32>;
// get values of parameters
static EXISTENTIAL_DEPOSIT: u64 = parameters::ExistentialDeposit::get();
static SMITH_MEMBERSHIP_EXPIRE_ON: u32 = parameters::SmithMembershipPeriod::get();
static SMITH_CERTS_EXPIRE_ON: u32 = parameters::SmithCertPeriod::get();
static SMITH_CERTS_EXPIRE_ON: u32 = parameters::SmithValidityPeriod::get();
static MIN_CERT: u32 = parameters::WotMinCertForMembership::get();
static SMITH_MIN_CERT: u32 = parameters::SmithWotMinCertForMembership::get();
......
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