Skip to content

Commit

Permalink
Update adr-002-qgb-valset.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sky-coderay authored Dec 20, 2024
1 parent 415e870 commit 52cde5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/adr-002-qgb-valset.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 52cde5a

Please sign in to comment.