From 8a9b8948349a49889dcef45b2ab9cbcffccb3594 Mon Sep 17 00:00:00 2001 From: "myarbrough@oreilly.com" Date: Wed, 5 Nov 2014 08:29:15 -0800 Subject: [PATCH] Made changes to ch06.asciidoc --- ch06.asciidoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ch06.asciidoc b/ch06.asciidoc index 5eb863a6..a8f26bf8 100644 --- a/ch06.asciidoc +++ b/ch06.asciidoc @@ -234,8 +234,7 @@ On the contrary, if a pattern is tested against the bloom filter and any one of .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"] -Bitcoin's implementation of bloom filters is described in Bitcoin Improvement Proposal 37 (BIP0037). See <> 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 <> or visit https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki. === Bloom Filters and Inventory Updates