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

fix precan crash

parent 28942d67
No related branches found
No related tags found
3 merge requests!510Release,!267Make BuildReceptionIdentity public, and make backup restore function return a...,!263Hotfix/refactor cmd
...@@ -114,11 +114,11 @@ func loadOrInitClient(password []byte, storeDir, regCode string, ...@@ -114,11 +114,11 @@ func loadOrInitClient(password []byte, storeDir, regCode string,
} }
} }
client, err := xxdk.Login(net, authCbs, identity, e2eParams) messenger, err := xxdk.Login(net, authCbs, identity, e2eParams)
if err != nil { if err != nil {
jww.FATAL.Panicf("%+v", err) jww.FATAL.Panicf("%+v", err)
} }
return client return messenger
} }
// loadOrInitVanity will build a new xxdk.E2e from existing storage // loadOrInitVanity will build a new xxdk.E2e from existing storage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment