Skip to content

Commit

Permalink
clean out old getVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
linuskendall committed Aug 20, 2023
1 parent c9a0466 commit 99606aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions multiepoch.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,6 @@ func (ser *MultiEpoch) handleRequest(ctx context.Context, conn *requestContext,
return ser.handleGetTransaction(ctx, conn, req)
case "getSignaturesForAddress":
return ser.handleGetSignaturesForAddress(ctx, conn, req)
case "getVersion":
return ser.handleGetVersion(ctx, conn, req)
default:
return &jsonrpc2.Error{
Code: jsonrpc2.CodeMethodNotFound,
Expand Down

0 comments on commit 99606aa

Please sign in to comment.