Skip to content

Commit

Permalink
Update modules/core/05-port/types/module.go
Browse files Browse the repository at this point in the history
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
  • Loading branch information
chatton and colin-axner authored Jan 3, 2024
1 parent 63f7e05 commit 019caf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/core/05-port/types/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ type UpgradableModule interface {
) (string, error)

// OnChanUpgradeTry enables additional custom logic to be executed in the ChannelUpgradeTry step of the
// channel upgrade handshake.
// channel upgrade handshake. It must validate the proposed version (provided by the counterparty), order,

Check failure on line 125 in modules/core/05-port/types/module.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gci`-ed with --skip-generated -s standard -s default -s blank -s dot -s prefix(cosmossdk.io) -s prefix(github.com/cosmos/cosmos-sdk) -s prefix(github.com/cometbft/cometbft) -s prefix(github.com/cosmos/ibc-go) --custom-order (gci)

Check failure on line 125 in modules/core/05-port/types/module.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gci`-ed with --skip-generated -s standard -s default -s blank -s dot -s prefix(cosmossdk.io) -s prefix(github.com/cosmos/cosmos-sdk) -s prefix(github.com/cometbft/cometbft) -s prefix(github.com/cosmos/ibc-go) --custom-order (gci)
// and connection hops.
OnChanUpgradeTry(
ctx sdk.Context,
portID, channelID string,
Expand Down

0 comments on commit 019caf5

Please sign in to comment.