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

Merge branch 'project/Channels' of git.xx.network:elixxir/client into project/Channels

parents 47fb0696 8d25dfcd
No related branches found
No related tags found
3 merge requests!510Release,!419rewrote the health tracker to both consider if there are waiting rounds and...,!340Project/channels
......@@ -62,7 +62,7 @@ func (bc *broadcastClient) BroadcastWithAssembler(assembler Assembler, cMixParam
return format.Fingerprint{}, message.Service{}, nil, nil, err
}
if len(payload) != bc.maxSymmetricPayload() {
if len(payload) > bc.maxSymmetricPayload() {
return format.Fingerprint{}, message.Service{}, nil, nil,
errors.Errorf(errPayloadSize, len(payload), bc.maxSymmetricPayload())
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment