prysm-pulse/shared/p2p/peer.go
2018-09-19 21:14:31 -07:00

7 lines
232 B
Go

package p2p
// Peer TODO(175): - 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{}