Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Correct gossip hostname
Browse files Browse the repository at this point in the history
(cherry picked from commit d684ec0)
  • Loading branch information
ConnorMcF authored and mvines committed Apr 14, 2021
1 parent e92283c commit 7b0187a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/running-validator/validator-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Try running following command to join the gossip network and view all the other
nodes in the cluster:

```bash
solana-gossip spy --entrypoint devnet.solana.com:8001
solana-gossip spy --entrypoint entrypoint.devnet.solana.com:8001
# Press ^C to exit
```

Expand Down

0 comments on commit 7b0187a

Please sign in to comment.