Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
203
func
Validators() []common.Address {
204
return
validatorsMap[GetRunMode()]
205
}
206
207
func
Bootnodes() []string {
208
return
bootnodesMap[GetRunMode()]
Callers
1
TestValidators
Function · 0.85
Calls
1
GetRunMode
Function · 0.85
Tested by
1
TestValidators
Function · 0.68