From 298d7fcc7868a4b08e574a351d38b0217c5487f3 Mon Sep 17 00:00:00 2001 From: salman01zp Date: Tue, 7 Nov 2023 15:58:44 +0530 Subject: [PATCH] Linking issue for TODO task --- pallets/roles/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/pallets/roles/src/lib.rs b/pallets/roles/src/lib.rs index 7ec48cb8f..4650af51a 100644 --- a/pallets/roles/src/lib.rs +++ b/pallets/roles/src/lib.rs @@ -242,6 +242,7 @@ pub mod pallet { ); // TODO: Call jobs manager to remove the services. // On successful removal of services, remove the role from the mapping. + // Issue link for reference : https://github.com/webb-tools/tangle/issues/292 // Unbound locked funds. let ledger = Self::ledger(&stash_account).ok_or(Error::::InvalidStashController)?;