prysm-pulse/sharding/p2p/peer.go
Preston Van Loon 5b70c21731 Add link to design doc
Former-commit-id: c9fbe47ad80943eb96194433e843769f19bb8cf3 [formerly 2a24667a14daa6cb6ef96b1c56529acf09844277]
Former-commit-id: 58090a839fc4c8b73531c3124e25835b87aa0809
2018-06-12 22:10:16 -04:00

7 lines
176 B
Go

package p2p
// Peer
// TODO - Design and implement.
// See design doc: https://docs.google.com/document/d/1cthKuGPreOSQH96Ujt7sArcT-IRICk6b-QcdD0EnLsI/edit
type Peer struct{}