Skip to content
Snippets Groups Projects
Commit 362a4bc9 authored by Jake Taylor's avatar Jake Taylor
Browse files

fix pipeline

parent f0904643
No related branches found
No related tags found
1 merge request!510Release
...@@ -190,7 +190,7 @@ func convertProcessor(msg format.Message, ...@@ -190,7 +190,7 @@ func convertProcessor(msg format.Message,
// and can lead to compromise of message contents and integrity. // and can lead to compromise of message contents and integrity.
func (m *messageProcessor) Process(msg format.Message, func (m *messageProcessor) Process(msg format.Message,
receptionID receptionID.EphemeralIdentity, roundId rounds.Round) { receptionID receptionID.EphemeralIdentity, roundId rounds.Round) {
m.bindingsCbs(convertProcessor(msg, receptionID, roundId)) m.bindingsCbs.Process(convertProcessor(msg, receptionID, roundId))
} }
// Stringer interface for debugging // Stringer interface for debugging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment