From 346a976ba9d51ea24c9aec14841bafe16b201306 Mon Sep 17 00:00:00 2001 From: Mateusz Kaczanowski Date: Sat, 9 Nov 2024 04:08:21 +0100 Subject: [PATCH] fix typo fror -> for --- internal/pkg/provider/chain/chain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/provider/chain/chain.go b/internal/pkg/provider/chain/chain.go index 881212b..2b2197c 100644 --- a/internal/pkg/provider/chain/chain.go +++ b/internal/pkg/provider/chain/chain.go @@ -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: