From 3bf449391cca01fd7cfe90fe4834ce038a81629e Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 15:45:58 +0000 Subject: [PATCH] Edited ch10_network.adoc with Atlas code editor --- ch10_network.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch10_network.adoc b/ch10_network.adoc index f3908c09..0767c83a 100644 --- a/ch10_network.adoc +++ b/ch10_network.adoc @@ -1006,7 +1006,7 @@ obtaining the same filter from ((("Bitcoin network", "compact block filters", "w ==== Downloading Block Filters from Multiple Peers -A peer can provide a wallet with an inaccurate filter. There are two ways +A peer ((("Bitcoin network", "compact block filters", "downloading multiple", id="bitcoin-network-compact-filter-download")))((("compact block filters", "downloading multiple", id="compact-block-filter-download")))((("blocks", "compact block filters", "downloading multiple", id="block-compact-filter-download")))((("downloading", "multiple block filters", id="download-multiple-block")))((("multiple block filters", "downloading", id="multiple-block-download")))can provide a wallet with an inaccurate filter. There are two ways to create an inaccurate filter. The peer can create a filter that references transactions that don't actually appear in the associated block (a false positive). Alternatively, the peer can create a filter @@ -1038,7 +1038,7 @@ a match, and then track the client's false positive rate. If it differs significantly from the false positive rate that filters were designed to use, the wallet can stop using that peer. In most cases, the only consequence of the inaccurate filter is that the wallet uses -more bandwidth than expected. +more bandwidth than((("Bitcoin network", "compact block filters", "downloading multiple", startref="bitcoin-network-compact-filter-download")))((("compact block filters", "downloading multiple", startref="compact-block-filter-download")))((("blocks", "compact block filters", "downloading multiple", startref="block-compact-filter-download")))((("downloading", "multiple block filters", startref="download-multiple-block")))((("multiple block filters", "downloading", startref="multiple-block-download"))) expected. ==== Reducing Bandwidth with Lossy Encoding