From be4971c9246bac618e0d0cb5a85fc5e6c3142070 Mon Sep 17 00:00:00 2001 From: joshemb <josh@elixxir.io> Date: Tue, 6 Sep 2022 15:27:33 -0700 Subject: [PATCH] Add documentation for UD fix --- ud/manager.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ud/manager.go b/ud/manager.go index 010b7d5aa..0b7300105 100644 --- a/ud/manager.go +++ b/ud/manager.go @@ -38,7 +38,8 @@ type Manager struct { // This information is specified in Manager's constructors (NewOrLoad and NewManagerFromBackup). ud *userDiscovery - // + // nameService adheres to the channels.NameService interface. This is + // implemented using the clientIDTracker. nameService *clientIDTracker } -- GitLab