prysm-pulse/sharding/node/backend_test.go

7 lines
167 B
Go
Raw Normal View History

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