Skip to content

Commit

Permalink
Update docs/learn/learn-comparisons-cosmos.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DrW3RK authored Jan 26, 2024
1 parent ec4624e commit 400d6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learn/learn-comparisons-cosmos.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Second, having the capacity to extend the chain with unfinalized blocks allows o
perform extensive availability and validity checks to ensure that no invalid state transitions make
their way into the final chain.

Cosmos chains uses Tendermint consensus, a round-robin protocol that provides
Cosmos chains use Tendermint consensus, a round-robin protocol that provides
instant finality. Block production and finalization are on the same path of the algorithm, meaning
it produces and finalizes one block at a time. Because it is a PBFT-based algorithm (like GRANDPA),
it has quadratic transport complexity, but can only finalize one block at a time.
Expand Down

0 comments on commit 400d6f5

Please sign in to comment.