We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573edb4 commit 45e0524Copy full SHA for 45e0524
app/app.go
@@ -129,7 +129,7 @@ import (
129
ibctransferkeeper "github.com/cosmos/ibc-go/v8/modules/apps/transfer/keeper"
130
ibctransfertypes "github.com/cosmos/ibc-go/v8/modules/apps/transfer/types"
131
ibc "github.com/cosmos/ibc-go/v8/modules/core"
132
- ibcclienttypes "github.com/cosmos/ibc-go/v8/modules/core/02-client/types" //nolint:staticcheck
+ ibcclienttypes "github.com/cosmos/ibc-go/v8/modules/core/02-client/types"
133
ibcconnectiontypes "github.com/cosmos/ibc-go/v8/modules/core/03-connection/types"
134
ibcporttypes "github.com/cosmos/ibc-go/v8/modules/core/05-port/types"
135
ibcexported "github.com/cosmos/ibc-go/v8/modules/core/exported"
0 commit comments