From 87d849ea6226821e6d78ccb7e42063b8610e88f4 Mon Sep 17 00:00:00 2001 From: rjl493456442 Date: Wed, 17 Sep 2025 09:15:57 +0800 Subject: [PATCH] Update comment for LogQueryLimit clarification --- eth/ethconfig/config.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eth/ethconfig/config.go b/eth/ethconfig/config.go index 994d968093..d8a72f06a5 100644 --- a/eth/ethconfig/config.go +++ b/eth/ethconfig/config.go @@ -132,7 +132,8 @@ type Config struct { // This is the number of blocks for which logs will be cached in the filter system. FilterLogCacheSize int - // This is the maximum number of addresses allowed in filter criteria for eth_getLogs. + // This is the maximum number of addresses or topics allowed in filter criteria + // for eth_getLogs. LogQueryLimit int // Mining options