From 400d6f5c7ed311302b56ac2c8cf5cc058cab7f15 Mon Sep 17 00:00:00 2001 From: Radha <86818441+DrW3RK@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:49:20 +0100 Subject: [PATCH] Update docs/learn/learn-comparisons-cosmos.md --- docs/learn/learn-comparisons-cosmos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn/learn-comparisons-cosmos.md b/docs/learn/learn-comparisons-cosmos.md index 784264f59980..6f419a2b803f 100644 --- a/docs/learn/learn-comparisons-cosmos.md +++ b/docs/learn/learn-comparisons-cosmos.md @@ -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.