Skip to content

Commit

Permalink
rename alias
Browse files Browse the repository at this point in the history
  • Loading branch information
bznein committed Oct 2, 2024
1 parent 70ba125 commit e736488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core/types/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
commitmenttypes "github.com/cosmos/ibc-go/v9/modules/core/23-commitment/types"
packetservertypes "github.com/cosmos/ibc-go/v9/modules/core/packet-server/types"

channeltypesV2 "github.com/cosmos/ibc-go/v9/modules/core/04-channel/v2/types"
channeltypesv2 "github.com/cosmos/ibc-go/v9/modules/core/04-channel/v2/types"
)

// RegisterInterfaces registers ibc types against interfaces using the global InterfaceRegistry.
Expand All @@ -21,5 +21,5 @@ func RegisterInterfaces(registry codectypes.InterfaceRegistry) {
packetservertypes.RegisterInterfaces(registry)
commitmenttypes.RegisterInterfaces(registry)

channeltypesV2.RegisterInterfaces(registry)
channeltypesv2.RegisterInterfaces(registry)
}

0 comments on commit e736488

Please sign in to comment.