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

Function Validators

configs/general.go:203–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201}
202
203func Validators() []common.Address {
204 return validatorsMap[GetRunMode()]
205}
206
207func Bootnodes() []string {
208 return bootnodesMap[GetRunMode()]

Callers 1

TestValidatorsFunction · 0.85

Calls 1

GetRunModeFunction · 0.85

Tested by 1

TestValidatorsFunction · 0.68