Browse Source

Merge pull request #76 from tendermint/ismail/fix-link-light

Fix link in readme
pull/7804/head
Zarko Milosevic 5 years ago
committed by GitHub
parent
commit
cf24489764
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      spec/consensus/readme.md

+ 1
- 1
spec/consensus/readme.md View File

@ -15,7 +15,7 @@ Specification of the Tendermint consensus protocol.
block header is computed in a Byzantine Fault Tolerant manner
- [Creating Proposal](./creating-proposal.md) - How a proposer
creates a block proposal for consensus
- [Light Client Protocol](./light) - A protocol for light weight consensus
- [Light Client Protocol](./light-client) - A protocol for light weight consensus
verification and syncing to the latest state
- [Signing](./signing.md) - Rules for cryptographic signatures
produced by validators.


Loading…
Cancel
Save