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

refactor to unify login function

parent 6942dca5
No related branches found
No related tags found
3 merge requests!510Release,!265refactor to unify login function,!263Hotfix/refactor cmd
......@@ -140,7 +140,7 @@ func MakeReceptionIdentity(net *Cmix) (ReceptionIdentity, error) {
return I, nil
}
// MakeLegacyReceptionIdentity generates a new cryptographic identity
// MakeLegacyReceptionIdentity generates the cryptographic identity
// for receiving messages based on the extant stored user.Info
func MakeLegacyReceptionIdentity(net *Cmix) (ReceptionIdentity, error) {
userInfo := net.GetStorage().PortableUserInfo()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment