mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 10:12:19 +00:00
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{})
|