Skip to content
Snippets Groups Projects
Commit ac52eca8 authored by Jake Taylor's avatar Jake Taylor :lips:
Browse files

Merge branch 'hotfix/fixPipeline' into 'release'

Fix pipeline

See merge request elixxir/user-discovery-bot!61
parents d799b80a 6a339aa1
No related branches found
No related tags found
2 merge requests!68Release,!61Fix pipeline
......@@ -120,7 +120,7 @@ func (m *mockCmix) GetMaxMessageLength() int {
func (m *mockCmix) Send(recipient *id.ID, fingerprint format.Fingerprint,
service cMixMsg.Service, payload, mac []byte, _ cmix.CMIXParams) (
id.Round, ephemeral.Id, error) {
rounds.Round, ephemeral.Id, error) {
msg := format.NewMessage(m.numPrimeBytes)
msg.SetContents(payload)
......@@ -137,7 +137,7 @@ func (m *mockCmix) Send(recipient *id.ID, fingerprint format.Fingerprint,
p.Process(msg, receptionID.EphemeralIdentity{}, rounds.Round{})
}
return 0, ephemeral.Id{}, nil
return rounds.Round{}, ephemeral.Id{}, nil
}
func (m *mockCmix) GetInstance() *network.Instance {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment