mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-04 00:44:27 +00:00
5b70c21731
Former-commit-id: c9fbe47ad80943eb96194433e843769f19bb8cf3 [formerly 2a24667a14daa6cb6ef96b1c56529acf09844277] Former-commit-id: 58090a839fc4c8b73531c3124e25835b87aa0809
7 lines
176 B
Go
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{}
|