Skip to content
Snippets Groups Projects
Commit 72374d06 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

fixed a compilation error

parent d6ec5a34
Branches
Tags
5 merge requests!510Release,!419rewrote the health tracker to both consider if there are waiting rounds and...,!371[Channel RSAtoPrivate] Implement Reverse Asymmetric in Client/Broadcast,!354Channels impl,!340Project/channels
......@@ -171,7 +171,7 @@ func sendCmixHelper(sender gateway.Sender, assembler messageAssembler, recipient
}
jww.INFO.Printf("[Send-%s] Looking for round to send cMix message to "+
"%s (msgDigest: %s)", cmixParams.DebugTag, recipient)
"%s", cmixParams.DebugTag, recipient)
stream := rng.GetStream()
defer stream.Close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment