prysm-pulse/sharding/p2p/service_test.go
Raul Jordan 5bfb1e42d9 sharding: added interface tests
Former-commit-id: 69cd77645d47bcc4eaa6f2850e1741afc29e0958 [formerly 6211c61f013386b5eababade9d7bfeafcde69b63]
Former-commit-id: 1cfc772c16423123718ce36aee06242e09a4bca9
2018-06-05 22:38:16 -04:00

7 lines
160 B
Go

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