From 3ca8cdd6f342d7679b79db421fed4d21286fc025 Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 19:43:01 +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 804374a9..aa18a8ec 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 ((("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 +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((("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. +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