Skip to content
Snippets Groups Projects
Commit edb421c3 authored by Josh Brooks's avatar Josh Brooks
Browse files

Merge branch 'hotfix/fixPipeline' of git.xx.network:elixxir/user-discovery-bot into projects/go1.19

parents c968b82d 6a339aa1
No related branches found
No related tags found
2 merge requests!68Release,!62Projects/go1.19
......@@ -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