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

fix loginlegacy

parent c86498bb
No related branches found
No related tags found
2 merge requests!510Release,!269Hotfix/split cmd
......@@ -59,8 +59,8 @@ func loadOrInitPrecan(precanId uint, password []byte, storeDir string,
}
}
jww.INFO.Printf("Using Login for precan sender")
client, err := xxdk.Login(baseClient, authCbs, identity, e2eParams)
jww.INFO.Printf("Using LoginLegacy for precan sender")
client, err := xxdk.LoginLegacy(baseClient, e2eParams, authCbs)
if err != nil {
jww.FATAL.Panicf("%+v", err)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment