sharding: rm todo

Former-commit-id: 6e934460d846f8ce8b9c5115391b8fa9c6d857cb [formerly e9712cf6a9d76c3c0140888f69525e7f37f555e4]
Former-commit-id: 60cbb34750ac612cb5edfc7bef99377640674d08
This commit is contained in:
Raul Jordan 2018-06-06 14:39:59 -04:00
parent 005409dd49
commit af35efe4a3

View File

@ -76,7 +76,6 @@ func New(ctx *cli.Context) (*ShardEthereum, error) {
// Adds the initialized SMCClient to the ShardEthereum instance.
shardEthereum.smcClient = smcClient
// TODO: Find a better way to do this???
if err := shardEthereum.registerP2P(); err != nil {
return nil, err
}