We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db5c83 commit bd10403Copy full SHA for bd10403
modules/apps/27-interchain-accounts/keeper/keeper.go
@@ -18,7 +18,7 @@ import (
18
host "github.com/cosmos/ibc-go/v2/modules/core/24-host"
19
)
20
21
-// Keeper defines the IBC transfer keeper
+// Keeper defines the IBC interchain account keeper
22
type Keeper struct {
23
storeKey sdk.StoreKey
24
cdc codec.BinaryCodec
0 commit comments