Skip to content

Commit 01baa37

Browse files
authored
ethereum-org-website
It was a grammatical error. There were 2 "the" mentioned under block creation for the statement "The canonical chain is then determined by a fork-choice rule that selects the set of blocks that have had the most work done to mine them." Removed one "the".
1 parent 2442441 commit 01baa37

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/consensus-mechanisms

1 file changed

+1
-1
lines changed

src/content/developers/docs/consensus-mechanisms/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Like Bitcoin, Ethereum once used a **proof-of-work (PoW)** based consensus proto
3636

3737
#### Block creation {#pow-block-creation}
3838

39-
Miners compete to create new blocks filled with processed transactions. The winner shares the new block with the rest of the network and earns some freshly minted ETH. The race is won by the computer which is able to solve a math puzzle fastest. This produces the cryptographic link between the current block and the block that went before. Solving this puzzle is the work in "proof-of-work". The the canonical chain is then determined by a fork-choice rule that selects the set of blocks that have had the most work done to mine them.
39+
Miners compete to create new blocks filled with processed transactions. The winner shares the new block with the rest of the network and earns some freshly minted ETH. The race is won by the computer which is able to solve a math puzzle fastest. This produces the cryptographic link between the current block and the block that went before. Solving this puzzle is the work in "proof-of-work". The canonical chain is then determined by a fork-choice rule that selects the set of blocks that have had the most work done to mine them.
4040

4141
#### Security {#pow-security}
4242

0 commit comments

Comments
 (0)