From a3c12a1c513d92cadb213599b7f95b8693a979ef Mon Sep 17 00:00:00 2001 From: clenser Date: Fri, 13 Oct 2023 18:17:35 +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 a8161193..71cda953 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 into _blocks_. Blocks have a very small header +Transactions are bundled((("transactions", "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.