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