mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 02:02:18 +00:00
886cf9e607
Former-commit-id: a6527d7858355b3de4df270d00d9a94031fdc892 [formerly 4a5eaa82a48de4cc0112424fde2a17c49fba4a10] Former-commit-id: 4e91334e6c5fce26e408a083a69b8533dd76cf7b
9 lines
147 B
Go
9 lines
147 B
Go
package p2p
|
|
|
|
import (
|
|
"github.com/ethereum/go-ethereum/sharding"
|
|
)
|
|
|
|
// Ensure that server implements service.
|
|
var _ = sharding.Service(&Server{})
|