Skip to content

Commit

Permalink
comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdiallam authored Oct 25, 2023
1 parent 66007fb commit 6050d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/node/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ type Logs struct {
}

// FilterLogs returns logs that fit the query parameters. The underlying request is a batch
// request including `eth_getBlockHeaderByNumber` to allow the caller to check that connected
// request including `eth_getBlockByNumber` to allow the caller to check that connected
// node has the state necessary to fulfill this request
func (c *clnt) FilterLogs(query ethereum.FilterQuery) (Logs, error) {
arg, err := toFilterArg(query)
Expand Down

0 comments on commit 6050d33

Please sign in to comment.