Browse Source

Fix link in readme

./light -> ./light-client
pull/7804/head
Ismail Khoffi 4 years ago
committed by GitHub
parent
commit
576e40eabd
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