MCPcopy Create free account
hub / github.com/CPChain/chain / Bootnodes

Function Bootnodes

configs/general.go:207–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205}
206
207func Bootnodes() []string {
208 return bootnodesMap[GetRunMode()]
209}
210
211// validator nodes info
212var defaultValidatorNodes []string

Callers 1

TestBootnodesFunction · 0.85

Calls 1

GetRunModeFunction · 0.85

Tested by 1

TestBootnodesFunction · 0.68