Skip to content

Commit

Permalink
Merge pull request blockchain-etl#383 from blockchain-etl/update_docs
Browse files Browse the repository at this point in the history
Add --txlookuplimit 0 in commands.md
  • Loading branch information
medvedev1088 authored Oct 14, 2022
2 parents 688ecdf + 97e2749 commit 45a089f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
so you will need a local Geth archive node (`geth --gcmode archive --syncmode full --txlookuplimit 0`).
When using rpc, add `--rpc --rpcapi debug` options.

```bash
Expand Down

0 comments on commit 45a089f

Please sign in to comment.