mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 13:49:53 +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(
|
BdfList body = BdfList.of(
|
||||||
SHARD.getValue(),
|
SHARD.getValue(),
|
||||||
shard.getSecretId(),
|
shard.getSecretId(),
|
||||||
shard.getNumShards(),
|
|
||||||
shard.getThreshold(),
|
|
||||||
shard.getShard()
|
shard.getShard()
|
||||||
);
|
);
|
||||||
return encodeBody(body);
|
return encodeBody(body);
|
||||||
|
|||||||
Reference in New Issue
Block a user