Skip to content

Commit

Permalink
Merge pull request #1333 from Christewart/master
Browse files Browse the repository at this point in the history
Update ref_p2p_networking.md
  • Loading branch information
Cobra-Bitcoin committed Aug 19, 2016
2 parents a664c82 + f5d8447 commit cce5331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/devdoc/ref_p2p_networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cce5331

Please sign in to comment.