Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
199
func
(self *Server) Start() error {
200
return
self.start()
201
}
202
203
func
(self *Server) Halt() error {
204
self.pid.Tell(&actorTypes.StopConsensus{})
Callers
1
initP2PNode
Function · 0.95
Calls
1
start
Method · 0.95
Tested by
no test coverage detected