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

update comment according to #159

parent 246f3811
No related branches found
No related tags found
1 merge request!215refac membership
...@@ -195,7 +195,7 @@ pub mod pallet { ...@@ -195,7 +195,7 @@ pub mod pallet {
impl<T: Config<I>, I: 'static> Pallet<T, I> { impl<T: Config<I>, I: 'static> Pallet<T, I> {
/// claim membership /// claim membership
/// it must fullfill the requirements (certs, distance) /// it must fullfill the requirements (certs, distance)
/// for main wot claim_membership is called automatically when validating identity /// TODO #159 for main wot claim_membership is called automatically when distance is evaluated positively
/// for smith wot, it means joining the authority members /// for smith wot, it means joining the authority members
#[pallet::call_index(1)] #[pallet::call_index(1)]
#[pallet::weight(T::WeightInfo::claim_membership())] #[pallet::weight(T::WeightInfo::claim_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