Skip to content

Commit

Permalink
Fix compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bznein committed Mar 25, 2024
1 parent 4e8d9a5 commit fe11543
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/apps/transfer/keeper/grpc_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (

"github.com/cosmos/ibc-go/v8/modules/apps/transfer/types"
errors "github.com/cosmos/ibc-go/v8/modules/core/04-channel/types"
host "github.com/cosmos/ibc-go/v7/modules/core/24-host"

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / build (amd64)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / build (arm64)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (01)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (03)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (00)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (00)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (00)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (00)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (00)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (00)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (00)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (00)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (00)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (00)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (02)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (02)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (02)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (02)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (02)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (02)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (02)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (02)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly

Check failure on line 19 in modules/apps/transfer/keeper/grpc_query.go

View workflow job for this annotation

GitHub Actions / tests (02)

cannot find module providing package github.com/cosmos/ibc-go/v7/modules/core/24-host: import lookup disabled by -mod=readonly
)

var _ types.QueryServer = (*Keeper)(nil)
Expand Down Expand Up @@ -113,7 +114,7 @@ func (k Keeper) DenomHash(c context.Context, req *types.QueryDenomHashRequest) (
}

// EscrowAddress implements the EscrowAddress gRPC method
func (Keeper) EscrowAddress(c context.Context, req *types.QueryEscrowAddressRequest) (*types.QueryEscrowAddressResponse, error) {
func (k Keeper) EscrowAddress(c context.Context, req *types.QueryEscrowAddressRequest) (*types.QueryEscrowAddressResponse, error) {
if req == nil {
return nil, status.Error(codes.InvalidArgument, "empty request")
}
Expand Down

0 comments on commit fe11543

Please sign in to comment.