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

merge release

parent e6fa4b55
No related branches found
No related tags found
2 merge requests!510Release,!238Hotfix/e2e client
...@@ -858,7 +858,7 @@ func acceptChannelVerified(client *xxdk.E2e, recipientID *id.ID, ...@@ -858,7 +858,7 @@ func acceptChannelVerified(client *xxdk.E2e, recipientID *id.ID,
} }
} }
func requestChannelVerified(client *messenger.Client, func requestChannelVerified(client *xxdk.E2e,
recipientContact, me contact.Contact) { recipientContact, me contact.Contact) {
paramsE2E := e2e.GetDefaultParams() paramsE2E := e2e.GetDefaultParams()
roundTimeout := paramsE2E.CMIXParams.SendTimeout roundTimeout := paramsE2E.CMIXParams.SendTimeout
...@@ -898,7 +898,7 @@ func requestChannelVerified(client *messenger.Client, ...@@ -898,7 +898,7 @@ func requestChannelVerified(client *messenger.Client,
} }
} }
func resetChannelVerified(client *messenger.Client, recipientContact contact.Contact) { func resetChannelVerified(client *xxdk.E2e, recipientContact contact.Contact) {
paramsE2E := e2e.GetDefaultParams() paramsE2E := e2e.GetDefaultParams()
roundTimeout := paramsE2E.CMIXParams.SendTimeout roundTimeout := paramsE2E.CMIXParams.SendTimeout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment