MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / initDHTGossip

Function initDHTGossip

cmd/cqld/bootstrap.go:192–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190}
191
192func initDHTGossip() (err error) {
193 log.Info("init gossip service")
194
195 return
196}
197
198func loadGenesis() (genesis *types.BPBlock, err error) {
199 genesisInfo := conf.GConf.BP.BPGenesis

Callers

nothing calls this directly

Calls 1

InfoFunction · 0.92

Tested by

no test coverage detected