MCPcopy Create free account
hub / github.com/ethstorage/es-node / Start

Method Start

ethstorage/p2p/node.go:279–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

277}
278
279func (n *NodeP2P) Start() error {
280 if n.syncCl != nil {
281 return n.syncCl.Start()
282 }
283 return nil
284}
285
286func (n *NodeP2P) Close() error {
287 var result *multierror.Error

Callers 2

TestMiningFunction · 0.45
EsNodeMainFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestMiningFunction · 0.36