rm number of shards and threshold from shard messages in message encoder

This commit is contained in:
ameba23
2021-02-24 15:43:50 +01:00
parent b57d811b4a
commit 8496ab0a6a

View File

@@ -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);