mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-04-26 20:19:08 +00:00
Made changes to ch06.asciidoc
This commit is contained in:
parent
7f6850fde7
commit
ba42a6abc0
@ -232,9 +232,9 @@ On the contrary, if a pattern is tested against the bloom filter and any one of
|
|||||||
|
|
||||||
[[bloom5]]
|
[[bloom5]]
|
||||||
.Testing the existence of pattern "Y" in the bloom filter. The result is a definitive negative match, meaning "Definitely No."
|
.Testing the existence of pattern "Y" in the bloom filter. The result is a definitive negative match, meaning "Definitely No."
|
||||||
image::images/msbt_0612.png["Bloom5"]
|
image::images/msbt_0612.png[]
|
||||||
|
|
||||||
Bitcoin's implementation of bloom filters is described in Bitcoin Improvement Proposal 37 (BIP0037). See <<appdxbitcoinimpproposals>> or visit https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki.
|
Bitcoin's implementation of bloom filters is described in Bitcoin Improvement Proposal 37 (BIP0037). See <<appdxbitcoinimpproposals>> or visit http://bit.ly/1x6qCiO[GitHub].
|
||||||
|
|
||||||
=== Bloom Filters and Inventory Updates
|
=== Bloom Filters and Inventory Updates
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user