Skip to content

Commit

Permalink
Update docusaurus/docs/operate/run_a_node/full_node_walkthrough.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dima K. <[email protected]>
  • Loading branch information
Olshansk and okdas authored Dec 5, 2024
1 parent 3104c5b commit 92e736a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ sed -i 's|cors_allowed_origins = \[\]|cors_allowed_origins = ["*"]|' $HOME/.pokt
sudo systemctl restart cosmovisor.service

# Test the connection
nc -vz $VULTR_GROVE_TEST_IP 26657
nc -vz {EXTERNAL_IP} 26657
```

Learn more [here](https://docs.cometbft.com/main/rpc/).
Expand Down

0 comments on commit 92e736a

Please sign in to comment.