Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandratran authored Nov 7, 2023
1 parent 4941e50 commit 89ccf24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/get-started/checkpoint-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ You can also download a finalized checkpoint state file, and specify the locatio
curl -o state.ssz -H 'Accept: application/octet-stream' http://other-node:5051/eth/v2/debug/beacon/states/finalized
```

And to start Teku:
And to start Teku, run:

```bash
teku --eth1-endpoint=http://localhost:8545 \
--validator-keys=/Users/me/mainnet/validator/keys:/Users/me/mainnet/validator/passwords \
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -841,9 +841,9 @@ checkpoint-sync-url: "https://beaconstate.ethstaker.cc"

<!--/tabs-->

URL of a Checkpointz endpoint used to boostrap the node.
URL of a Checkpointz endpoint used to [start Teku from a recent state](../../get-started/checkpoint-start.md).

By default, Teku will try to download the finalized state from the endpoint. If it can't download the finalized state, it will try to download the genesis state.
By default, Teku tries to download the finalized state from the endpoint. If it can't download the finalized state, it tries to download the genesis state.

:::tip

Expand Down
1 change: 0 additions & 1 deletion project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ blockscout
blst
bootnode
bootnodes
boostrap
browserslist
browserstack
brqyo
Expand Down

0 comments on commit 89ccf24

Please sign in to comment.