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

wip fix typo MinCertForCreateIdtyRigh -> MinCertForCreateIdtyRight

parent d21e159c
No related branches found
No related tags found
No related merge requests found
...@@ -92,14 +92,14 @@ impl system::Config for Test { ...@@ -92,14 +92,14 @@ impl system::Config for Test {
// DuniterWot // DuniterWot
parameter_types! { parameter_types! {
pub const MinCertForMembership: u32 = 2; pub const MinCertForMembership: u32 = 2;
pub const MinCertForCreateIdtyRigh: u32 = 4; pub const MinCertForCreateIdtyRight: u32 = 4;
pub const FirstIssuableOn: u64 = 2; pub const FirstIssuableOn: u64 = 2;
} }
impl pallet_duniter_wot::Config<Instance1> for Test { impl pallet_duniter_wot::Config<Instance1> for Test {
type IsSubWot = frame_support::traits::ConstBool<false>; type IsSubWot = frame_support::traits::ConstBool<false>;
type MinCertForMembership = MinCertForMembership; type MinCertForMembership = MinCertForMembership;
type MinCertForCreateIdtyRight = MinCertForCreateIdtyRigh; type MinCertForCreateIdtyRight = MinCertForCreateIdtyRight;
type FirstIssuableOn = FirstIssuableOn; type FirstIssuableOn = FirstIssuableOn;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment