prysm-pulse/sharding/p2p/service_test.go
Raul Jordan 2624cd2b3c sharding: Completely Remove Geth, Create a Single Sharding Entry Point That Builds (#238)
Former-commit-id: b853fd1c3ea2284d30d7f3032cf83287c7198c10 [formerly c012daacceec9cb3497f1d066ee3ca2d20aa5b14]
Former-commit-id: 0a5a60c296f878c7057b25fc759dec2487363d30
2018-07-08 21:40:34 -05:00

7 lines
152 B
Go

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