From 2628b27c545c5c01183683c33c4aef604fab6aad Mon Sep 17 00:00:00 2001 From: clenser Date: Fri, 13 Oct 2023 18:14:04 +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 9fa363ff..6e15cf35 100644 --- a/ch02_overview.adoc +++ b/ch02_overview.adoc @@ -424,7 +424,7 @@ the software logic and the data necessary for them to fully verify the correctness of a new transaction. The connections between peers are often visualized as edges (lines) in a graph, with the peers themselves being the nodes (dots). For that reason, Bitcoin peers are commonly -called "full verification nodes," or _full nodes_ for short. +called "full verification nodes," ((("full nodes")))or _full nodes_ for short. Alice's wallet application can send the new transaction to any Bitcoin node over any type of @@ -436,7 +436,7 @@ to use the internet connection offered by Bob, though both those options are possible too. Any Bitcoin node that receives a valid transaction it has not seen before will forward it to all other nodes to which it is connected, a propagation technique known -as _gossiping_. Thus, the transaction rapidly propagates out across the +((("gossiping")))as _gossiping_. Thus, the transaction rapidly propagates out across the peer-to-peer network, reaching a large percentage of the nodes within a few seconds.