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