Skip to content

Commit

Permalink
Removed feed url
Browse files Browse the repository at this point in the history
  • Loading branch information
kpachhai committed Jun 7, 2024
1 parent 766237c commit b75ac06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/jsonrpc_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type JSONRPCClient struct {
}

func NewJSONRPCClient(uri string) *JSONRPCClient {
req := requester.New(uri, "feed")
req := requester.New(uri, "")
return &JSONRPCClient{
requester: req,
}
Expand Down

0 comments on commit b75ac06

Please sign in to comment.