mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-04 00:44:27 +00:00
c17db32069
Former-commit-id: 2790cf05b6dbae32cc8ced818e0af70bb20f8582 [formerly 782d2cbb05d9fe391f867d33c9ae0820b3fda203] Former-commit-id: 78a21d732a68267fae930858f9e09b26ea9419b8
9 lines
165 B
Go
9 lines
165 B
Go
package p2p
|
|
|
|
import (
|
|
"github.com/ethereum/go-ethereum/sharding"
|
|
)
|
|
|
|
// Verifies that Server implements the ShardP2P interface.
|
|
var _ = sharding.ShardP2P(&Server{})
|