Skip to content

Commit

Permalink
remove query
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Mar 26, 2024
1 parent 99d148c commit 319b0e8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions x/crosschain/keeper/grpc_query.go
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
package keeper

import (
"context"

"github.com/zeta-chain/zetacore/x/crosschain/types"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)

var _ types.QueryServer = Keeper{}

// GetTssAddress returns the tss address
// Deprecated: GetTssAddress returns the tss address
// TODO: remove after v12 once upgrade testing is no longer needed with v11
// https://github.com/zeta-chain/node/issues/1547
func (k Keeper) GetTssAddress(_ context.Context, _ *types.QueryGetTssAddressRequest) (*types.QueryGetTssAddressResponse, error) {
return nil, status.Error(codes.Unimplemented, "Deprecated")
}

0 comments on commit 319b0e8

Please sign in to comment.