Correct gossip hostname

This commit is contained in:
Connor McFarlane 2021-04-14 16:50:13 +01:00 committed by Michael Vines
parent f804ce63c2
commit d684ec00aa
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Try running following command to join the gossip network and view all the other
nodes in the cluster: nodes in the cluster:
```bash ```bash
solana-gossip spy --entrypoint devnet.solana.com:8001 solana-gossip spy --entrypoint entrypoint.devnet.solana.com:8001
# Press ^C to exit # Press ^C to exit
``` ```