diff --git a/pallets/duniter-wot/src/mock.rs b/pallets/duniter-wot/src/mock.rs index b94c67dd58bfc9acb6831623d0102177194ac8a8..4fb19e81e3b666f0cf15c8f6bdef37714b28594a 100644 --- a/pallets/duniter-wot/src/mock.rs +++ b/pallets/duniter-wot/src/mock.rs @@ -92,14 +92,14 @@ impl system::Config for Test { // DuniterWot parameter_types! { pub const MinCertForMembership: u32 = 2; - pub const MinCertForCreateIdtyRigh: u32 = 4; + pub const MinCertForCreateIdtyRight: u32 = 4; pub const FirstIssuableOn: u64 = 2; } impl pallet_duniter_wot::Config<Instance1> for Test { type IsSubWot = frame_support::traits::ConstBool<false>; type MinCertForMembership = MinCertForMembership; - type MinCertForCreateIdtyRight = MinCertForCreateIdtyRigh; + type MinCertForCreateIdtyRight = MinCertForCreateIdtyRight; type FirstIssuableOn = FirstIssuableOn; }