minor log cleaning up

This commit is contained in:
MestryOmkar 2018-10-02 12:23:02 +05:30
parent 9f5cba7dc7
commit a7deff5891
2 changed files with 2 additions and 3 deletions

View file

@ -32,6 +32,7 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/consensus/clique"
"github.com/ethereum/go-ethereum/console"
validatorContract "github.com/ethereum/go-ethereum/contracts/validator/contract"
"github.com/ethereum/go-ethereum/core"
"github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/ethclient"
@ -40,7 +41,6 @@ import (
"github.com/ethereum/go-ethereum/metrics"
"github.com/ethereum/go-ethereum/node"
"gopkg.in/urfave/cli.v1"
validatorContract "github.com/ethereum/go-ethereum/contracts/validator/contract"
)
const (

View file

@ -238,8 +238,7 @@ func New(ctx *node.ServiceContext, config *Config) (*Ethereum, error) {
}
}
}
return nil
return nil
}
}