Skip to content

Commit

Permalink
Remove GetLatestTickV2
Browse files Browse the repository at this point in the history
  • Loading branch information
LINCKODE authored and 0xluk committed Sep 10, 2024
1 parent d371634 commit 5a0df45
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rpc/v2_endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,8 @@ import (
"github.com/qubic/go-node-connector/types"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
"google.golang.org/protobuf/types/known/emptypb"
)

func (s *Server) GetLatestTickV2(ctx context.Context, req *emptypb.Empty) (*protobuff.GetLatestTickResponse, error) {
return s.GetLatestTick(ctx, req)
}

func (s *Server) GetTickQuorumDataV2(ctx context.Context, req *protobuff.GetTickRequestV2) (*protobuff.GetQuorumTickDataResponse, error) {
return s.GetQuorumTickData(ctx, &protobuff.GetQuorumTickDataRequest{
TickNumber: req.TickNumber,
Expand Down

0 comments on commit 5a0df45

Please sign in to comment.