diff --git a/rpc/handlers.go b/rpc/handlers.go index fedd5a13a1..a7fa8668a3 100644 --- a/rpc/handlers.go +++ b/rpc/handlers.go @@ -187,7 +187,7 @@ func (h *Handler) SpecVersionV0_7() (string, *jsonrpc.Error) { return "0.7.1", nil } -func (h *Handler) Methods() ([]jsonrpc.Method, string) { //nolint: funlen, dupl +func (h *Handler) Methods() ([]jsonrpc.Method, string) { //nolint: funlen return []jsonrpc.Method{ { Name: "starknet_chainId", @@ -350,7 +350,7 @@ func (h *Handler) Methods() ([]jsonrpc.Method, string) { //nolint: funlen, dupl }, "/v0_8" } -func (h *Handler) MethodsV0_7() ([]jsonrpc.Method, string) { //nolint: funlen, dupl +func (h *Handler) MethodsV0_7() ([]jsonrpc.Method, string) { //nolint: funlen return []jsonrpc.Method{ { Name: "starknet_chainId",