Unverified Commit 5d7e5b00 authored by Ha ĐANG's avatar Ha ĐANG Committed by GitHub

eth/filters: fix typo on unindexedLogs function's comment (#20827)

parent 62cd943c
......@@ -210,7 +210,7 @@ func (f *Filter) indexedLogs(ctx context.Context, end uint64) ([]*types.Log, err
}
}
// indexedLogs returns the logs matching the filter criteria based on raw block
// unindexedLogs returns the logs matching the filter criteria based on raw block
// iteration and bloom matching.
func (f *Filter) unindexedLogs(ctx context.Context, end uint64) ([]*types.Log, error) {
var logs []*types.Log
......
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