Browse Source

correct an error in validator's specification [ci skip] (Refs #756)

pull/757/head
Anton Kaliaev 7 years ago
parent
commit
b9c4fab96e
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/specification/validators.rst

+ 1
- 1
docs/specification/validators.rst View File

@ -4,7 +4,7 @@ Validators
Validators are responsible for committing new blocks in the blockchain. Validators are responsible for committing new blocks in the blockchain.
These validators participate in the consensus protocol by broadcasting These validators participate in the consensus protocol by broadcasting
*votes* which contain cryptographic signatures signed by each *votes* which contain cryptographic signatures signed by each
validator's public key.
validator's private key.
Some Proof-of-Stake consensus algorithms aim to create a "completely" Some Proof-of-Stake consensus algorithms aim to create a "completely"
decentralized system where all stakeholders (even those who are not decentralized system where all stakeholders (even those who are not


Loading…
Cancel
Save