From 886bafce2393b64424b2464e9aa5764eb2502486 Mon Sep 17 00:00:00 2001 From: Jake Taylor <jake@elixxir.io> Date: Wed, 15 Jun 2022 16:44:42 -0500 Subject: [PATCH] merge release --- cmd/root.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index 6ea9c742f..f4f26ef17 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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) { paramsE2E := e2e.GetDefaultParams() roundTimeout := paramsE2E.CMIXParams.SendTimeout @@ -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() roundTimeout := paramsE2E.CMIXParams.SendTimeout -- GitLab