mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-31 23:41:22 +00:00
5bfb1e42d9
Former-commit-id: 69cd77645d47bcc4eaa6f2850e1741afc29e0958 [formerly 6211c61f013386b5eababade9d7bfeafcde69b63] Former-commit-id: 1cfc772c16423123718ce36aee06242e09a4bca9
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{})
|