mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-06 01:32:18 +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{})
|