From 3f5c83419d7aa4885eb416a143375b26c755b963 Mon Sep 17 00:00:00 2001 From: Jake Taylor <jake@elixxir.io> Date: Thu, 7 Jul 2022 11:36:10 -0500 Subject: [PATCH] improve comment --- connectServer/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/connectServer/main.go b/connectServer/main.go index 2c783f6..ece941b 100644 --- a/connectServer/main.go +++ b/connectServer/main.go @@ -63,9 +63,9 @@ func main() { } } - // Login to your client session----------------------------------------------------- + // Load client state and identity----------------------------------------------------- - // Login with the same sessionPath and sessionPass used to call NewClient() + // Load with the same sessionPath and sessionPass used to call NewClient() baseClient, err := xxdk.LoadCmix(statePath, []byte(statePass), xxdk.GetDefaultCMixParams()) if err != nil { jww.FATAL.Panicf("Failed to load state: %+v", err) -- GitLab