diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index df19b20b..e9db961c 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -3303,7 +3303,7 @@ Note: The maximum number of announcements in a `qsigsesann` message is limited t | Bytes | Name | Data type | Description | | --- | --- | --- | --- | -| 1-9 | sessionCount | compactSize uint | Number of session announcements | +| Varies | count | compactSize uint | Number of session announcements | | Varies | sessionId | varint | Signing session ID (must be less than the maximum uint32_t value) | 1 | llmqType | uint8_t | The LLMQ type | 32 | quorumHash | uint256 | The quorum identifier @@ -3369,21 +3369,27 @@ signature share inventories known by the transmitting peer. Note: The maximum number of inventories in a `qsigsinv` message is limited to 200 (as defined by `MAX_MSGS_CNT_QSIGSHARESINV`). + + | Bytes | Name | Data type | Description | | --- | --- | --- | --- | -| 4 | sessionId | uint32_t | Signing session ID (must be less than the maximum uint32_t value) -| 8 | invSize | uint64_t | -| | inv | | +| Varies | count | compactSize uint | Number of session announcements | +| Varies | sessionId | varint | Signing session ID (must be less than the maximum uint32_t value) | +| Varies | inv | | Quorum signature inventory | - {% endautocrossref %}