Skip to content

Commit

Permalink
fix based on steviez feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
romeo4934 committed Apr 18, 2024
1 parent 3271dbe commit 9476973
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/operations/setup-a-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,10 +511,10 @@ through the validator log output.
### Solana Validators

After you have verified that your validator is in gossip, you need to stake some
SOL to your validator. Then you can verify that your validator has joined the
network using the `solana validators` command. The command lists all validators
in the network, but like before, we can `grep` the output for the validator we
care about:
SOL to your validator. Once your staked SOL is active, you can then verify that
your validator has joined the network using the `solana validators` command.
The command lists all validators in the network, but like before, we can
`grep` the output for the validator we care about:

```
solana validators | grep <pubkey>
Expand Down

0 comments on commit 9476973

Please sign in to comment.