瀏覽代碼

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

Ha ĐANG 5 年之前
父節點
當前提交
5d7e5b00be
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      eth/filters/filter.go

+ 1 - 1
eth/filters/filter.go

@@ -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