From ff8b528191d10dd4e23c290228ae75b7e50e5486 Mon Sep 17 00:00:00 2001 From: thephez Date: Thu, 28 Jun 2018 15:40:49 -0400 Subject: [PATCH] Content - P2P - add hexdump for getblocktxn message --- _includes/devdoc/ref_p2p_networking.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index 5c4417f2..48947a17 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -442,14 +442,16 @@ 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 %}