mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
add test boilerplate for sharding client
Former-commit-id: 7cbd81db9421e1517ad92829a2dbbdfcf5f38699 [formerly 76607161435699e18a970c82f9838d20e94f04d7] Former-commit-id: f6db97246aa70eda35e59a2a05fa55316289bd76
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/ethereum/go-ethereum/log"
|
||||
"github.com/ethereum/go-ethereum/sharding"
|
||||
|
||||
"github.com/ethereum/go-ethereum/cmd/utils"
|
||||
@@ -20,7 +19,6 @@ var (
|
||||
)
|
||||
|
||||
func shardingClient(ctx *cli.Context) error {
|
||||
log.Info("hello world!")
|
||||
c := sharding.MakeShardingClient(ctx)
|
||||
if err := c.Start(); err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user