From f5d84476b11dbc0a9daf665895ac33cac2ac5931 Mon Sep 17 00:00:00 2001 From: Chris Stewart Date: Thu, 21 Jul 2016 09:19:35 -0500 Subject: [PATCH] Update ref_p2p_networking.md See this conversion around 6:20PM CDT https://botbot.me/freenode/bitcoin-core-dev/2016-07-19/?tz=America/Chicago --- _includes/devdoc/ref_p2p_networking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index b99f8cdf..82e4e664 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -868,7 +868,7 @@ provide plausible-deniability privacy. | Bytes | Name | Data Type | Description |----------|--------------|-----------|--------------- -| *Varies* | nFilterBytes | uint8_t[] | Number of bytes in the following filter bit field. +| *Varies* | nFilterBytes | compactSize uint | Number of bytes in the following filter bit field. | *Varies* | filter | uint8_t[] | A bit field of arbitrary byte-aligned size. The maximum size is 36,000 bytes. | 4 | nHashFuncs | uint32_t | The number of hash functions to use in this filter. The maximum value allowed in this field is 50. | 4 | nTweak | uint32_t | An arbitrary value to add to the seed value in the hash function used by the bloom filter.