Skip to content

Commit

Permalink
Update json-rpc-interface.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dimalit authored Nov 8, 2024
1 parent 95d85d5 commit bc2fda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/json-rpc-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ Same as `eth_getFilterChanges`
#### Exceptions
Throws `INVALID_PARAMS` if filter cannot be found or if response size is exceeded
#### Notes
Response size limit is determined by `getLogsBlocksLimit` config parameter, and currenly is 2000 logs per request.
Response size is limited by number of consecutive blocks that can be requested. It is set in `getLogsBlocksLimit` config parameter, which currenly is 2000 blocks.

### `eth_getLogs`
| Compatibility | |
Expand Down

0 comments on commit bc2fda4

Please sign in to comment.