From b02f67a23a6dd21f2bc77ec0148fd3d47c572cd3 Mon Sep 17 00:00:00 2001 From: clenser Date: Fri, 13 Oct 2023 18:16:46 +0000 Subject: [PATCH] Edited ch02_overview.adoc with Atlas code editor --- ch02_overview.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch02_overview.adoc b/ch02_overview.adoc index 6e15cf35..a8161193 100644 --- a/ch02_overview.adoc +++ b/ch02_overview.adoc @@ -454,7 +454,7 @@ wallet can further verify Alice's transaction only spends((("transactions", "con === Bitcoin Mining -Alice's transaction is now propagated on the Bitcoin +Alice's transaction((("bitcoins", "mining", id="bitcoin-mining")))((("mining", id="mining"))) is now propagated on the Bitcoin network. It does not become part of the _blockchain_ until it is included in a block by a process called _mining_ and that block has been validated by full nodes. See @@ -592,7 +592,7 @@ computation difficulty for the chain as a whole. By convention, any block with more than six confirmations is considered very hard to change, because it would require an immense amount of computation to recalculate six blocks (plus one new block). We will examine -the process of mining and the way it builds confidence in more detail in +the process of mining and the way it builds confidence in more ((("bitcoins", "mining", startref="bitcoin-mining")))((("mining", startref="mining")))detail in <>. [[block-alice1]]