Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dankostiuk committed Jul 27, 2022
1 parent 3993c58 commit ebedc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ func setFlags(cmd *cobra.Command) {
cmd.Flags().Uint64Var(
&params.jsonRPCBlockRangeLimit,
jsonRPCBlockRangeLimitFlag,
defaultConfig.JSONRPCBatchRequestLimit,
defaultConfig.JSONRPCBlockRangeLimit,
"the max block range to be considered when executing json-rpc requests that consider fromBlock/toBlock values (e.g. eth_getLogs)",
)

Expand Down

0 comments on commit ebedc51

Please sign in to comment.