diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index 7113285e..62448ada 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -232,12 +232,14 @@ The structure of `BlockTransactions` is defined below. | 1 or 3 | transactions
_length | CompactSize | As used to encode array lengths elsewhere | The number of transactions provided | *Varies* | transactions | List of transactions | As encoded in `tx` messages in response to `getdata MSG_TX` | The transactions provided + {% endautocrossref %} @@ -440,12 +442,14 @@ The structure of `BlockTransactionsRequest` is defined below. | *Varies* | indexes_length | CompactSize uint | As used to encode array lengths elsewhere | The number of transactions requested | *Varies* | indexes | CompactSize uint[] | Differentially encoded | Vector of compactSize containing the indexes of the transactions being requested in the block. + {% endautocrossref %}