Skip to content

Commit 26519c6

Browse files
committed
try heading hierarchy
1 parent 4087870 commit 26519c6

File tree

1 file changed

+1
-1
lines changed
  • Intro-to-blockchain-and-ethereum/intro-to-blockchain

1 file changed

+1
-1
lines changed

Intro-to-blockchain-and-ethereum/intro-to-blockchain/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ On public blockchains (some blockchains are private), identical copies of this l
66

77
At a high level, three parts cooperate: an execution layer that deterministically turns transactions into state changes, a consensus mechanism that orders blocks and decides what becomes canonical, and data availability/state so everyone can fetch and verify the data. When these are aligned, immutability is the practical outcome and rewriting history becomes economically prohibitive.
88

9-
### Consensus mechanism
9+
## Consensus mechanism
1010

1111
A consensus mechanism is how the network agrees on the next valid block. For example, **proof-of-stake**, where validators bond capital and can be slashed, and or **proof-of-work**, where miners prove computational effort.
1212

0 commit comments

Comments
 (0)