Skip to content
Snippets Groups Projects
Commit 3f5c8341 authored by Jake Taylor's avatar Jake Taylor
Browse files

improve comment

parent a007f940
Branches
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment