add test boilerplate for sharding client

Former-commit-id: 7cbd81db9421e1517ad92829a2dbbdfcf5f38699 [formerly 76607161435699e18a970c82f9838d20e94f04d7]
Former-commit-id: f6db97246aa70eda35e59a2a05fa55316289bd76
This commit is contained in:
Preston Van Loon
2018-01-14 21:59:51 -05:00
parent 9b6f224f83
commit 50e92a018e
3 changed files with 87 additions and 6 deletions

View File

@@ -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