mirror of
https://github.com/tendermint/tendermint.git
synced 2026-06-02 04:16:20 +00:00
remove BaseService.OnStart
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user