mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 10:12:19 +00:00
9ab76dc1f6
Former-commit-id: 797bc1cf3a759f2a55dbf1ce790c3f599682448c [formerly 8f4e5d953c3e553944db263a76c142ffccad516d] Former-commit-id: c7c1e3e2d340c8cd5f97e4549fa46a7959be06c6
8 lines
237 B
Go
8 lines
237 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/geth-sharding/issues/175
|
|
type Peer struct{}
|