diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index f8116e35..5b6acd61 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -1983,24 +1983,46 @@ message header has been omitted.) *Added in protocol version 70214 of Dash Core* -The `islock` message is used to... +The `islock` message is used to provide details of transactions that have been +locked by LLMQ-based InstantSend. The message includes the details of all +transaction inputs along with the transaction ID and the BLS signature of the +LLMQ that approved the transaction lock. | Bytes | Name | Data type | Description | | --- | --- | --- | --- | -| 1-9 | inputsSize | compactSize uint | Number of inputs| +| 1-9 | inputsSize | compactSize uint | Number of inputs | | 36 * `inputsSize`| inputs | COutPoint | Outpoints used in the transaction | | 32 | txid | uint256 | TXID of the locked transaction | | 96 | sig | byte[] | LLMQ BLS Signature | - {% endautocrossref %} #### ix