Skip to content

Commit e18a9cc

Browse files
authored
Merge pull request #1 from RanaAhmed-Ali/RanaAhmed-Ali-DocsFix-1
Update index.md
2 parents efa2d96 + 47980c1 commit e18a9cc

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)