MCPcopy Create free account
hub / github.com/DNAProject/DNA / Start

Method Start

consensus/vbft/service.go:199–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197}
198
199func (self *Server) Start() error {
200 return self.start()
201}
202
203func (self *Server) Halt() error {
204 self.pid.Tell(&actorTypes.StopConsensus{})

Callers 1

initP2PNodeFunction · 0.95

Calls 1

startMethod · 0.95

Tested by

no test coverage detected