Skip to content

Commit

Permalink
chore: fix struct name in comment (#1938)
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoxiangirl <[email protected]>
  • Loading branch information
xiaoxiangirl committed Jun 5, 2024
1 parent 7e7fa43 commit 8c559a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/types/expected_keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ type IBCTransferKeeper interface {
Transfer(context.Context, *transfertypes.MsgTransfer) (*transfertypes.MsgTransferResponse, error)
}

// IBCKeeper defines the expected interface needed for opening a
// IBCCoreKeeper defines the expected interface needed for opening a
// channel
type IBCCoreKeeper interface {
ChannelOpenInit(
Expand Down

0 comments on commit 8c559a5

Please sign in to comment.