Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ccf7033

Browse files
authored
Merge pull request #29 from adrianbrink/patch-3
Fixes mistake on /validators
2 parents ff37270 + 0d910bd commit ccf7033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PageValidators.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
header.v-section-header What are Cosmos validators?
1212
main.v-section-main
1313
h3 Role
14-
p Validators are responsible for committing new blocks in the blockchain. These validators participate in the consensus protocol by broadcasting votes which contain cryptographic signatures signed by each validator's public key. Validators have a cryptographic key-pair for signing and have some amount of “voting power” in proportion to the number of staked ATOMs.
14+
p Validators are responsible for committing new blocks in the blockchain. These validators participate in the consensus protocol by broadcasting votes which contain cryptographic signatures signed by each validator's private key. Validators have a cryptographic key-pair for signing and have some amount of “voting power” in proportion to the number of staked ATOMs.
1515
p Some Proof-of-Stake consensus algorithms aim to create a completely decentralized system where all stakeholders – even those who are not always online – participate in committing blocks. Tendermint has a different approach to block creation—Cosmos validator nodes need to be able to demonstrate 100% uptime. Maintaining high availability potentially involves multiple ISPs, redundant server power, and backup hosting locations.
1616

1717
h3 Economics

0 commit comments

Comments
 (0)