diff --git a/pallets/membership/src/lib.rs b/pallets/membership/src/lib.rs
index 493e836d2442940a4855014ca4e21f59f152d6a2..4f44e11dce4bdee1559422732cf30d2309c47f37 100644
--- a/pallets/membership/src/lib.rs
+++ b/pallets/membership/src/lib.rs
@@ -195,7 +195,7 @@ pub mod pallet {
     impl<T: Config<I>, I: 'static> Pallet<T, I> {
         /// claim membership
         /// 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
         #[pallet::call_index(1)]
         #[pallet::weight(T::WeightInfo::claim_membership())]