mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-06 01:32:18 +00:00
5bfb1e42d9
Former-commit-id: 69cd77645d47bcc4eaa6f2850e1741afc29e0958 [formerly 6211c61f013386b5eababade9d7bfeafcde69b63] Former-commit-id: 1cfc772c16423123718ce36aee06242e09a4bca9
7 lines
163 B
Go
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{})
|