prysm-pulse/sharding/proposer/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
163 B
Go

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