Commit 6050d330 authored by Hamdi Allam's avatar Hamdi Allam Committed by GitHub

comment update

parent 66007fb4
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment