Skip to content

Commit

Permalink
fix typo fror -> for
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaczanowski committed Nov 9, 2024
1 parent 113d6ce commit 346a976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/provider/chain/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func (p *Provider) GetUpgrades(ctx context.Context) ([]*urproto.Upgrade, error)

// Blazar expects one upgrade per height, but the governance allows to create multiple proposals for the same height
// In the end only one upgrade will be expecuted at given height, no matter how many software upgrades proposals are registered onchain
// The most common case fror having more than one proposal is when someone create a new proposal and asks everyone to vote-no on the previous one
// The most common case for having more than one proposal is when someone create a new proposal and asks everyone to vote-no on the previous one
// due to invalid data etc.
//
// To handle this case we pick the last proposal for each height with some conditions:
Expand Down

0 comments on commit 346a976

Please sign in to comment.