From 7ece3ce630ef55689ef2dd76babc0f7023d9ac1e Mon Sep 17 00:00:00 2001 From: thephez Date: Mon, 25 Mar 2019 13:19:24 -0400 Subject: [PATCH] P2P - Fix some field sizes --- _includes/devdoc/ref_p2p_networking.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index 5106cb4e..9e3a6d55 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -2855,8 +2855,8 @@ any members that provided an invalid secret key contribution. | Bytes | Name | Data type | Description | | --- | --- | --- | --- | | 1 | llmqType | uint8_t | The type of LLMQ -| 1 | quorumHash | uint256 | The quorum identifier -| 1 | proTxHash | uint256 | The ProRegTx hash of the complaining member +| 32 | quorumHash | uint256 | The quorum identifier +| 32 | proTxHash | uint256 | The ProRegTx hash of the complaining member | 1-9 | badBitSize | compactSize uint | Number of bits in the bad members bitvector | (`badBitSize` + 7) / 8 | badMembers | byte[] | The bad members bitvector | 1-9 | complaintsBitSize | compactSize uint | Number of bits in the complaints bitvector @@ -2894,8 +2894,8 @@ contributions to all other members. | Bytes | Name | Data type | Description | | --- | --- | --- | --- | | 1 | llmqType | uint8_t | The type of LLMQ -| 1 | quorumHash | uint256 | The quorum identifier -| 1 | proTxHash | uint256 | The ProRegTx hash of the complaining member +| 32 | quorumHash | uint256 | The quorum identifier +| 32 | proTxHash | uint256 | The ProRegTx hash of the complaining member | 1-9 | vvecSize | compactSize uint | The size of the verification vector | 48 * `vvecSize` | vvec | BLSPubKey[] | The verification vector | 1-9 | skCount | compactSize uint | Number of encrypted secret key contributions