Skip to content

Commit f054234

Browse files
meetmangukiyamfw78
andcommitted
Update index.ts
Co-authored-by: mfw78 <53399572+mfw78@users.noreply.github.com>
1 parent 2e79918 commit f054234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const readConfig = async (): Promise<
6161
.addOption(
6262
new Option(
6363
'--query-logs-size <n>',
64-
'max block range to use for eth_queryLogs'
64+
'max block range to use for eth_getLogs'
6565
)
6666
.default(50000)
6767
.argParser((x) => +x)

0 commit comments

Comments
 (0)