From e7255ef18030d521155cf7e9f7f4c76c46e905db Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 15:54:29 +0000 Subject: [PATCH] Edited ch10_network.adoc with Atlas code editor --- ch10_network.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch10_network.adoc b/ch10_network.adoc index 0767c83a..9b4d4b94 100644 --- a/ch10_network.adoc +++ b/ch10_network.adoc @@ -1042,7 +1042,7 @@ more bandwidth than((("Bitcoin network", "compact block filters", "downloading m ==== Reducing Bandwidth with Lossy Encoding -The data about the transactions in a block that we want to communicate +The data ((("Bitcoin network", "compact block filters", "lossy encoding")))((("compact block filters", "lossy encoding")))((("blocks", "compact block filters", "lossy encoding")))((("lossy encoding")))((("output scripts", "lossy encoding")))about the transactions in a block that we want to communicate is an output script. Output scripts vary in length and follow patterns, which means the differences between them won't be evenly distributed like we want. However, we've already seen in many places in this book