Skip to content

Commit

Permalink
fixes a godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Oct 2, 2024
1 parent 6d53ec3 commit 4d79406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/client/http/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func New(remote, wsEndpoint string) (*HTTP, error) {
return NewWithClient(remote, wsEndpoint, httpClient)
}

// Create timeout enabled http client
// NewWithTimeout creates timeout enabled http client
func NewWithTimeout(remote, wsEndpoint string, timeout uint) (*HTTP, error) {
httpClient, err := jsonrpcclient.DefaultHTTPClient(remote)
if err != nil {
Expand Down

0 comments on commit 4d79406

Please sign in to comment.