From fea6d96b1845ce40d9f574f9963037a952e14f90 Mon Sep 17 00:00:00 2001 From: Benjamin Wenger <ben@elixxir.ioo> Date: Wed, 11 Nov 2020 17:28:31 -0800 Subject: [PATCH] added the recipient on confirms --- auth/confirm.go | 1 + 1 file changed, 1 insertion(+) diff --git a/auth/confirm.go b/auth/confirm.go index d6444dc30..5ce7ca9f8 100644 --- a/auth/confirm.go +++ b/auth/confirm.go @@ -92,6 +92,7 @@ func ConfirmRequestAuth(partner contact.Contact, rng io.Reader, cmixMsg.SetKeyFP(fp) cmixMsg.SetMac(mac) cmixMsg.SetContents(baseFmt.Marshal()) + cmixMsg.SetRecipientID(partner.ID) // fixme: channel can get into a bricked state if the first save occurs and // the second does not or the two occur and the storage into critical -- GitLab