Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
client
Commits
9b4754ec
Commit
9b4754ec
authored
3 years ago
by
Jonah Husson
Browse files
Options
Downloads
Patches
Plain Diff
Fix from merge
parent
d5692991
No related branches found
No related tags found
2 merge requests
!510
Release
,
!249
Increase bindings timeout in cmix params to 45 seconds
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
xxdk/e2e.go
+2
-2
2 additions, 2 deletions
xxdk/e2e.go
with
2 additions
and
2 deletions
xxdk/e2e.go
+
2
−
2
View file @
9b4754ec
...
...
@@ -164,8 +164,6 @@ func LoginWithProtoClient(storageDir string, password []byte,
return
nil
,
err
}
c
.
network
.
AddIdentity
(
c
.
GetUser
()
.
ReceptionID
,
time
.
Time
{},
true
)
// FIXME: The callbacks need to be set, so I suppose we would need to
// either set them via a special type or add them
// to the login call?
...
...
@@ -206,6 +204,8 @@ func login(client *Cmix, callbacks auth.Callbacks,
e2eIdentity
:
identity
,
}
client
.
network
.
AddIdentity
(
identity
.
ID
,
time
.
Time
{},
true
)
//initialize the e2e storage
err
=
e2e
.
Init
(
kv
,
identity
.
ID
,
identity
.
DHKeyPrivate
,
e2eGrp
,
rekey
.
GetDefaultEphemeralParams
())
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment