mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-29 06:37:17 +00:00
7 lines
160 B
Go
7 lines
160 B
Go
|
package p2p
|
||
|
|
||
|
import "github.com/ethereum/go-ethereum/sharding"
|
||
|
|
||
|
// Verifies that Server implements the ShardP2P interface.
|
||
|
var _ = sharding.ShardP2P(&Server{})
|