From 754121e7097aaf0783437d55f892a548839fb7aa Mon Sep 17 00:00:00 2001 From: nadams Date: Thu, 11 May 2017 07:26:21 -0700 Subject: [PATCH] Edited ch08.asciidoc with Atlas code editor --- ch08.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch08.asciidoc b/ch08.asciidoc index a0d6f62c..9106e766 100644 --- a/ch08.asciidoc +++ b/ch08.asciidoc @@ -275,7 +275,7 @@ As the full node sends transactions to the SPV node, the SPV node discards any f The node setting the bloom filter can interactively add patterns to the filter by sending a +filteradd+ message. To clear the bloom filter, the node can send a +filterclear+ message. Because it is not possible to remove a pattern from a bloom filter, a node has to clear and resend a new bloom filter if a pattern is no longer desired. -The network protocol and bloom filter mechanism for SPV nodes is defined in https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki[BIP-37 (Peer Services)].((("", startref="BNebloom08")))((("", startref="bloom08"))) +The network protocol and bloom filter mechanism for SPV nodes is defined in http://bit.ly/1x6qCiO[BIP-37 (Peer Services)].((("", startref="BNebloom08")))((("", startref="bloom08"))) === SPV Nodes and Privacy