mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-10 19:51:20 +00:00
50c69a6571
sharding: simplified all interfaces, into smaller, more useful ones Former-commit-id: c49a98c4c57bcce710d91034804fe270b2567645 [formerly fe0fb3f69dff87c40a98da4a5e7f52d0ac1106aa] Former-commit-id: 73f6b5c33b5c3197bf76096cf18cc490acb16462
7 lines
178 B
Go
7 lines
178 B
Go
package mainchain
|
|
|
|
import "github.com/ethereum/go-ethereum/sharding"
|
|
|
|
// Verifies that SMCCLient implements the sharding Service inteface.
|
|
var _ = sharding.Service(&SMCClient{})
|