Skip to content

Commit 70607fb

Browse files
authored
Merge pull request #10147 from praetoriansentry/patch-1
DPoS Link Change
2 parents b21fd9f + 0b91b0e commit 70607fb

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/scaling/sidechains

1 file changed

+1
-1
lines changed

src/content/developers/docs/scaling/sidechains/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Sidechains are independent blockchains, with different histories, development ro
1818
One of the qualities that make sidechains unique (i.e., different from Ethereum) is the consensus algorithm used. Sidechains don't rely on Ethereum for consensus and can choose alternative consensus protocols that suit their needs. Some examples of consensus algorithms used on sidechains include:
1919

2020
- [Proof-of-authority](https://wikipedia.org/wiki/Proof_of_authority)
21-
- [Delegated proof-of-stake](https://en.bitcoinwiki.org/wiki/DPoS)
21+
- [Delegated proof-of-stake](https://en.bitcoin.it/wiki/Delegated_proof_of_stake)
2222
- [Byzantine fault tolerance](https://decrypt.co/resources/byzantine-fault-tolerance-what-is-it-explained).
2323

2424
Like Ethereum, sidechains have validating nodes that verify and process transactions, produce blocks, and store the blockchain state. Validators are also responsible for maintaining consensus across the network and securing it against malicious attacks.

0 commit comments

Comments
 (0)