prysm-pulse/sharding/p2p/service_test.go

7 lines
160 B
Go
Raw Normal View History

package p2p
import "github.com/ethereum/go-ethereum/sharding"
// Verifies that Server implements the ShardP2P interface.
var _ = sharding.ShardP2P(&Server{})