mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-06 01:32:18 +00:00
2624cd2b3c
Former-commit-id: b853fd1c3ea2284d30d7f3032cf83287c7198c10 [formerly c012daacceec9cb3497f1d066ee3ca2d20aa5b14] Former-commit-id: 0a5a60c296f878c7057b25fc759dec2487363d30
7 lines
152 B
Go
7 lines
152 B
Go
package p2p
|
|
|
|
import "github.com/prysmaticlabs/geth-sharding/sharding/types"
|
|
|
|
// Ensure that server implements service.
|
|
var _ = types.Service(&Server{})
|