Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/Prysm_libP2P_Implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The libP2P protocol has several components for example: Noise, multiplexer, pubs

## Specification

We'll will following the [CL specs](https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/p2p-interface.md) for the development of this new package.
We will following the [CL specs](https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/p2p-interface.md) for the development of this new package.

Major components used in Prysm:
* `devp2p/discv5` (outside the project scope)
Expand Down
Loading