remove BaseService.OnStart

This commit is contained in:
Ethan Buchman
2017-03-28 12:09:11 -04:00
parent 85e83934a1
commit 4fd1471f11
7 changed files with 0 additions and 9 deletions

View File

@ -194,7 +194,6 @@ func NewNode(config cfg.Config, privValidator *types.PrivValidator, clientCreato
}
func (n *Node) OnStart() error {
n.BaseService.OnStart()
// Create & add listener
protocol, address := ProtocolAndAddress(n.config.GetString("node_laddr"))