mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 10:12:19 +00:00
67c37cde39
Former-commit-id: 3782465be416107779942a03984ae0b77e5efd20 [formerly 6ef8e5ea1b51845a9510e0597681a001f602076d] Former-commit-id: 0bd84c0478896264737f96ec4d08e9587dd2172c
7 lines
142 B
Go
7 lines
142 B
Go
package p2p
|
|
|
|
import "github.com/ethereum/go-ethereum/sharding"
|
|
|
|
// Ensure that server implements service.
|
|
var _ = sharding.Service(&Server{})
|