Skip to content

Commit 9725ff9

Browse files
committedAug 10, 2022
Remove --ipcapi debug from geth as it was deprecated
1 parent f8f22f9 commit 9725ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/commands.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ You can tune `--batch-size`, `--max-workers` for performance.
165165
Read [Differences between geth and parity traces.csv](schema.md#differences-between-geth-and-parity-tracescsv)
166166

167167
The API used in this command is not supported by Infura,
168-
so you will need a local Geth archive node (`geth --gcmode archive --syncmode full --ipcapi debug`).
168+
so you will need a local Geth archive node (`geth --gcmode archive --syncmode full`).
169169
When using rpc, add `--rpc --rpcapi debug` options.
170170

171171
```bash

0 commit comments

Comments
 (0)
Please sign in to comment.