From 907203c20c4d6fe26c7ac9605ee64bd859984ec8 Mon Sep 17 00:00:00 2001 From: clenser Date: Tue, 17 Oct 2023 21:13:14 +0000 Subject: [PATCH] Edited ch12_mining.adoc with Atlas code editor --- ch12_mining.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch12_mining.adoc b/ch12_mining.adoc index e6163686..2c62d1f4 100644 --- a/ch12_mining.adoc +++ b/ch12_mining.adoc @@ -344,7 +344,7 @@ that block. Whatever transactions remain in the memory pool are unconfirmed and are waiting to be recorded in a new block. Jing's node immediately constructs a new partial block, a -candidate for the next block. This block is called a _candidate block_ +candidate for the next block. This block is ((("candidate blocks")))((("blocks", "candidate blocks")))called a _candidate block_ because it is not yet a valid block, as it does not contain a valid proof-of-work. The block becomes valid only if the miner succeeds in finding a solution according to the proof-of-work algorithm.