From 10f2004115cb89d8c0ebaa3842454e622dd54750 Mon Sep 17 00:00:00 2001 From: Julio Date: Tue, 18 Jun 2024 11:25:52 +0200 Subject: [PATCH] Typo "hard fork." to "hard fork". --- ch12_mining.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch12_mining.adoc b/ch12_mining.adoc index 6608af4f..4231f35a 100644 --- a/ch12_mining.adoc +++ b/ch12_mining.adoc @@ -1720,7 +1720,7 @@ appears to be an invalid block, as its parent "7b" is not recognized as a For ((("software forks", id="software-fork")))((("network forks", id="network-fork")))((("mining forks", id="mining-fork")))((("chain forks", id="chain-fork")))((("consensus rules", "hard forks", "types of", id="consensus-hard-fork-type")))((("forks", "hard forks", "types of", id="forks-hard-type")))((("hard forks", "types of", id="hard-forks-type")))software developers, the term "fork" has another meaning, adding confusion to the -term "hard fork." In open source software, a fork occurs when a group of +term "hard fork". In open source software, a fork occurs when a group of developers choose to follow a different software roadmap and start a competing implementation of an open source project. We've already discussed two circumstances that will lead to a hard fork: a bug in the