Skip to content
Snippets Groups Projects
Commit 388210df authored by Jono Wenger's avatar Jono Wenger
Browse files

Merge branch 'project/Channels' of git.xx.network:elixxir/client into sentStatus

parents 65cc2ec9 42d6f1b6
No related branches found
No related tags found
4 merge requests!510Release,!419rewrote the health tracker to both consider if there are waiting rounds and...,!372implemented the send tracker,!340Project/channels
...@@ -132,7 +132,7 @@ func (s *state) confirm(partner contact.Contact, serviceTag string) ( ...@@ -132,7 +132,7 @@ func (s *state) confirm(partner contact.Contact, serviceTag string) (
/*send message*/ /*send message*/
if err = s.store.StoreConfirmation(partner.ID, baseFmt.Marshal(), if err = s.store.StoreConfirmation(partner.ID, baseFmt.Marshal(),
mac, fp); err == nil { mac, fp); err != nil {
jww.WARN.Printf("Failed to store confirmation for replay "+ jww.WARN.Printf("Failed to store confirmation for replay "+
"for relationship between %s and %s, cannot be replayed: %+v", "for relationship between %s and %s, cannot be replayed: %+v",
partner.ID, s.e2e.GetReceptionID(), err) partner.ID, s.e2e.GetReceptionID(), err)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment