From ba574db288548cbc6205fa234b74ecc3ad9ad6f4 Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 19:38:28 +0000 Subject: [PATCH] Edited ch11_blockchain.adoc with Atlas code editor --- ch11_blockchain.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch11_blockchain.adoc b/ch11_blockchain.adoc index 56764fcd..65be39b5 100644 --- a/ch11_blockchain.adoc +++ b/ch11_blockchain.adoc @@ -301,7 +301,7 @@ first block by Satoshi Nakamoto, Bitcoin's ((("Nakamoto, Satoshi")))((("blockcha === Linking Blocks in the Blockchain -Bitcoin((("blockchain", "linking blocks", id="blockchain-link")))((("blocks", "linking in blockchain", id="block-link")))((("linking", "blocks in blockchain", id="link-block"))) full nodes validate every +Bitcoin((("blockchain", "linking blocks", id="blockchain-link")))((("blocks", "linking in blockchain", id="block-link")))((("linking blocks in blockchain", id="link-block"))) full nodes validate every block in the blockchain after the genesis block. Their local view of the blockchain is constantly updated as new blocks are found and used to extend the chain. As a node receives incoming blocks from the network, @@ -347,7 +347,7 @@ this new block is a child of the last block on the chain and extends the existing blockchain. The node adds this new block to the end of the chain, making the blockchain longer with a new height of 277,315. <> shows the chain of three blocks, linked by -references in((("blockchain", "linking blocks", startref="blockchain-link")))((("blocks", "linking in blockchain", startref="block-link")))((("linking", "blocks in blockchain", startref="link-block"))) the +previousblockhash+ field. +references in((("blockchain", "linking blocks", startref="blockchain-link")))((("blocks", "linking in blockchain", startref="block-link")))((("linking blocks in blockchain", startref="link-block"))) the +previousblockhash+ field. [[chain_of_blocks]] [role="smallerfourtyfive"]