Skip to content
Snippets Groups Projects

Channels impl

Merged Benjamin Wenger requested to merge channelsImpl into project/Channels
11 files
+ 531
53
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 1
1
@@ -103,7 +103,7 @@ func NewBroadcastChannel(cmixId int, channelDefinition []byte) (*Channel, error)
return nil, errors.WithMessage(err, "Failed to load public key")
}
ch, err := broadcast.NewBroadcastChannel(cryptoBroadcast.Channel{
ch, err := broadcast.NewBroadcastChannel(&cryptoBroadcast.Channel{
ReceptionID: channelID,
Name: def.Name,
Description: def.Description,
Loading