From 12caa531333496e6ae1a3bfaa5269d3bbb39ead6 Mon Sep 17 00:00:00 2001 From: nadams Date: Thu, 18 May 2017 08:37:14 -0700 Subject: [PATCH] Edited ch10.asciidoc with Atlas code editor --- ch10.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch10.asciidoc b/ch10.asciidoc index a6746f7d..9550dc3c 100644 --- a/ch10.asciidoc +++ b/ch10.asciidoc @@ -776,7 +776,7 @@ A "fork" occurs whenever there are two candidate blocks competing to form the lo In <>, we see two miners (Node A and Node B) who mine two different blocks almost simultaneously. Both of these blocks are children of the star block, and extend the chain by building on top of the star block. To help us track it, one is visualized as a triangle block originating from Node A, and the other is shown as an upside-down triangle block originating from Node B. [[fork2]] -[role="smallersixtyfive"] +[role="smallersixty"] .Visualization of a blockchain fork event: two blocks found simultaneously image::images/mbc2_1003.png["Visualization of a blockchain fork event: two blocks found simultaneously"]