Skip to content

Commit

Permalink
Update specs/src/specs/consensus.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sanaz Taheri <[email protected]>
  • Loading branch information
rootulp and staheri14 committed Mar 3, 2023
1 parent 46a7acd commit 9c1fb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/src/specs/consensus.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ TODO

The Tendermint consensus protocol is fork-free by construction under an honest majority of stake assumption.

If a block has a [valid commit](#blocklastcommit), it is part of the canonical chain. If equivocation evidence is detected for more than 1/3 of voting power, the node must halt. See [rationale doc](../rationale/fork_choice_das.md) for more information.
If a block has a [valid commit](#blocklastcommit), it is part of the canonical chain. If equivocation evidence is detected for more than 1/3 of voting power, the node must halt. See [rationale doc](./../rationale/fork_choice_das.md) for more information.

## Block Validity

Expand Down

0 comments on commit 9c1fb3f

Please sign in to comment.