mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 10:12:19 +00:00
7 lines
226 B
Go
7 lines
226 B
Go
package p2p
|
|
|
|
// Peer TODO - Design and implement.
|
|
// See design doc: https://docs.google.com/document/d/1cthKuGPreOSQH96Ujt7sArcT-IRICk6b-QcdD0EnLsI/edit
|
|
// https://github.com/prysmaticlabs/prysm/issues/175
|
|
type Peer struct{}
|