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

fixed an issue with broadcast in cmd

parent e28e12d6
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
......@@ -151,7 +151,7 @@ var broadcastCmd = &cobra.Command{
asymmetric := viper.GetString(broadcastAsymmetricFlag)
// Connect to broadcast channel
bcl, err := broadcast.NewBroadcastChannel(*channel, user.GetCmix(), user.GetRng())
bcl, err := broadcast.NewBroadcastChannel(channel, user.GetCmix(), user.GetRng())
// Create & register symmetric receiver callback
receiveChan := make(chan []byte, 100)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment