Skip to content

Commit

Permalink
docs: fix typo in networking.md (ChainSafe#6243)
Browse files Browse the repository at this point in the history
- typo in "one peers" was corrected to "once peers"
  • Loading branch information
leonarddt05 authored and ensi321 committed Jan 22, 2024
1 parent 8758349 commit 2d0dbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/beacon-management/networking.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Networking

Starting up Lodestar will automatically connect it to peers on the network. Peers are found through the discv5 protocol and one peers are established communications happen via gossipsub over libp2p. While not necessary, having a basic understanding of how the various protocols and transport work will help with debugging and troubleshooting as some of the more common challenges come up with [firewalls](#firewall-management) and [NAT traversal](#nat-traversal).
Starting up Lodestar will automatically connect it to peers on the network. Peers are found through the discv5 protocol and once peers are established communications happen via gossipsub over libp2p. While not necessary, having a basic understanding of how the various protocols and transport work will help with debugging and troubleshooting as some of the more common challenges come up with [firewalls](#firewall-management) and [NAT traversal](#nat-traversal).

## Networking Flags

Expand Down

0 comments on commit 2d0dbda

Please sign in to comment.