Skip to content

Commit

Permalink
fix v
Browse files Browse the repository at this point in the history
  • Loading branch information
facundomedica committed Jul 22, 2024
1 parent eec42ba commit 6c3261a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions server/v2/cometbft/client/grpc/cmtservice/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"fmt"
"strings"

"cosmossdk.io/server/v2/cometbft/client/rpc"
abci "github.com/cometbft/cometbft/api/cometbft/abci/v1"
coretypes "github.com/cometbft/cometbft/rpc/core/types"
gogogrpc "github.com/cosmos/gogoproto/grpc"
Expand All @@ -13,8 +14,6 @@ import (
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"

"cosmossdk.io/server/v2/cometbft/client/rpc"

codectypes "github.com/cosmos/cosmos-sdk/codec/types"
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
Expand All @@ -24,8 +23,8 @@ import (
)

var (
_ ServiceServer = queryServer{}
_ codectypes.UnpackInterfacesMessage = &GetLatestValidatorSetResponse{}
_ ServiceServer = queryServer{}
_ gogoprotoany.UnpackInterfacesMessage = &GetLatestValidatorSetResponse{}
)

type (
Expand Down

0 comments on commit 6c3261a

Please sign in to comment.