Correct gossip hostname

(cherry picked from commit d684ec00aa)
This commit is contained in:
Connor McFarlane
2021-04-14 16:50:13 +01:00
committed by Michael Vines
parent e92283c8d2
commit 7b0187a148

View File

@ -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
```