mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
Update comment for LogQueryLimit clarification
This commit is contained in:
parent
7230ce482a
commit
87d849ea62
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue