Merge pull request #899 from rating89us/patch-76

ch10: candidate block -> candidate blocks
pull/909/head
Will Binns 3 years ago committed by GitHub
commit 747b0d0b8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -805,7 +805,7 @@ On the other side of the network, the miner Node Y constructs a blockchain based
Neither side is "correct," or "incorrect." Both are valid perspectives of the blockchain. Only in hindsight will one prevail, based on how these two competing chains are extended by additional work.
Mining nodes whose perspective resembles Node X will immediately begin mining a candidate block that extends the chain with "triangle" as its tip. By linking "triangle" as the parent of their candidate block, they are voting with their hashing power. Their vote supports the chain that they have elected as the main chain.
Each mining node whose perspective resembles Node X will immediately begin mining a candidate block that extends the chain with "triangle" as its tip. By linking "triangle" as the parent of their candidate blocks, they are voting with their hashing power. Their vote supports the chain that they have elected as the main chain.
Any mining node whose perspective resembles Node Y will start building a candidate block with "upside-down triangle" as its parent, extending the chain that they believe is the main chain. And so, the race begins again.

Loading…
Cancel
Save