prysm-pulse/sharding/p2p/service_test.go

9 lines
154 B
Go
Raw Normal View History

package p2p
import (
"github.com/prysmaticlabs/geth-sharding/sharding"
)
// Ensure that server implements service.
var _ = sharding.Service(&Server{})