Update comment for LogQueryLimit clarification

This commit is contained in:
rjl493456442 2025-09-17 09:15:57 +08:00 committed by GitHub
parent 7230ce482a
commit 87d849ea62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,7 +132,8 @@ type Config struct {
// This is the number of blocks for which logs will be cached in the filter system. // This is the number of blocks for which logs will be cached in the filter system.
FilterLogCacheSize int 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 LogQueryLimit int
// Mining options // Mining options