Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: typos #6613

Merged
merged 3 commits into from
Jan 18, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix: typo
Fix: typo
  • Loading branch information
omahs authored Jan 17, 2023
commit 0d710bafe0bc6fb584773c210db0732c6f681b4e
2 changes: 1 addition & 1 deletion docs/examples/single-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ This runs Erigon with RPCDaemon, TxPool etc. all in one single process. This is
- `--chain` dictactes the chain (goerli/mainnet etc.) - https://chainlist.org/ is a helpful resource
- `--log.dir.path` dictates where logs will be output - useful for sending reports to the Erigon team when issues occur
- `--http.api` defines the set of APIs which are enabled, the above example is a pretty comprehensive list - what these do is beyond the scope of this example
- `--authrpc.port` is the port which the concensus layer (PoS) uses to talk to Erigon
- `--authrpc.port` is the port which the consensus layer (PoS) uses to talk to Erigon