Remove --ipcapi debug from geth as it was deprecated

This commit is contained in:
medvedev1088
2022-08-10 20:41:49 +08:00
parent f8f22f93a1
commit 9725ff9122

View File

@@ -165,7 +165,7 @@ You can tune `--batch-size`, `--max-workers` for performance.
Read [Differences between geth and parity traces.csv](schema.md#differences-between-geth-and-parity-tracescsv)
The API used in this command is not supported by Infura,
so you will need a local Geth archive node (`geth --gcmode archive --syncmode full --ipcapi debug`).
so you will need a local Geth archive node (`geth --gcmode archive --syncmode full`).
When using rpc, add `--rpc --rpcapi debug` options.
```bash