Skip to content

Commit

Permalink
fix: remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
tzdybal committed Sep 17, 2024
1 parent c726ec6 commit 7372412
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions proxy/jsonrpc/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ package jsonrpc
import (
"context"
"fmt"
"net/http"
"time"

"github.com/filecoin-project/go-jsonrpc"
"net/http"

"github.com/rollkit/go-da"
)
Expand All @@ -32,12 +30,6 @@ type API struct {
}
}

// GetIDsResult is returned by `GetIDs` method.
type GetIDsResult struct {
IDs []da.ID
Timestamp time.Time
}

// MaxBlobSize returns the max blob size
func (api *API) MaxBlobSize(ctx context.Context) (uint64, error) {
return api.Internal.MaxBlobSize(ctx)
Expand Down

0 comments on commit 7372412

Please sign in to comment.