From 66f4b484b2772af9c8fa78e0fe2ba7034fd9f991 Mon Sep 17 00:00:00 2001 From: thephez Date: Thu, 28 Jun 2018 16:04:08 -0400 Subject: [PATCH] Content - P2P - add hexdump for blocktxn message --- _includes/devdoc/ref_p2p_networking.md | 47 ++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 3 deletions(-) diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index 48947a17..e1ddb62a 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -232,14 +232,55 @@ 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 %}