From ffa7e8682153431961f285b9cf8229a0c22abcad Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 20:08:37 +0000 Subject: [PATCH] Edited ch02_overview.adoc with Atlas code editor --- ch02_overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch02_overview.adoc b/ch02_overview.adoc index c49fe8ee..09175480 100644 --- a/ch02_overview.adoc +++ b/ch02_overview.adoc @@ -461,7 +461,7 @@ validated by full nodes. See <> for a detailed explanation. Bitcoin's system of counterfeit protection is based on computation. -Transactions are bundled((("transactions", "blocks")))((("blocks"))) into _blocks_. Blocks have a very small header +Transactions are bundled((("transactions", "in blocks", secondary-sortas="blocks")))((("blocks"))) into _blocks_. Blocks have a very small header that must be formed in a very specific way, requiring an enormous amount of computation to get right--but only a small amount of computation to verify as correct.