mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
rm number of shards and threshold from shard messages in message encoder
This commit is contained in:
@@ -28,8 +28,6 @@ class MessageEncoderImpl implements MessageEncoder {
|
||||
BdfList body = BdfList.of(
|
||||
SHARD.getValue(),
|
||||
shard.getSecretId(),
|
||||
shard.getNumShards(),
|
||||
shard.getThreshold(),
|
||||
shard.getShard()
|
||||
);
|
||||
return encodeBody(body);
|
||||
|
||||
Reference in New Issue
Block a user