Update lib.rs (#4017)

This commit is contained in:
niko-renko
2023-07-31 20:40:30 -04:00
committed by GitHub
parent b28bc8de57
commit 335908c07e

View File

@@ -17,7 +17,7 @@
//! Ethereum's networking protocol is specified in [devp2p](https://github.com/ethereum/devp2p).
//!
//! In order for a node to join the ethereum p2p network it needs to know what nodes are already
//! port of that network. This includes public identities (public key) and addresses (where to reach
//! part of that network. This includes public identities (public key) and addresses (where to reach
//! them).
//!
//! ## Bird's Eye View