prysm-pulse/sharding/node/backend_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
167 B
Go

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