From 52cde5afcf67cf196c77e41e12996bab4e9102b4 Mon Sep 17 00:00:00 2001 From: Skylar Ray <137945430+sky-coderay@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:38:48 +0200 Subject: [PATCH] Update adr-002-qgb-valset.md --- docs/architecture/adr-002-qgb-valset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/adr-002-qgb-valset.md b/docs/architecture/adr-002-qgb-valset.md index 35f0188cf4..3f579b9779 100644 --- a/docs/architecture/adr-002-qgb-valset.md +++ b/docs/architecture/adr-002-qgb-valset.md @@ -131,7 +131,7 @@ lastUnbondingHeight := k.GetLastUnBondingBlockHeight(ctx) significantPowerDiff := false ``` -#### Check if there was a signification power difference between valsets +#### Check if there was a significant power difference between valsets If the previous valset is not null, then we had a previous set of validators defining a certain power. We check if the current valset power is significantly different from the previous one. If so, we set the `significantPowerDiff` to true.