Skip to content

Commit

Permalink
refactor: eliminate EventsQueryClient#requestId field
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Oct 26, 2023
1 parent 874d424 commit 73dedf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/testclient/common.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package testclient

const CometWebsocketURL = "ws://localhost:36657/websocket"
const CometLocalWebsocketURL = "ws://localhost:36657/websocket"
2 changes: 1 addition & 1 deletion pkg/client/events_query/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type eventsQueryClient struct {
// cometWebsocketURL is the websocket URL for the cometbft node. It is assigned
// in NewEventsQueryClient.
cometWebsocketURL string
// dialer is resopnsible for createing the connection instance which
// dialer is responsible for creating the connection instance which
// facilitates communication with the cometbft node via message passing.
dialer client.Dialer
// eventsBytesAndConnsMu protects the eventsBytesAndConns map.
Expand Down

0 comments on commit 73dedf1

Please sign in to comment.