Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ GetValidators
Function
GetValidators
core/vote/validator.go:30–33 ·
view source on GitHub ↗
(txs []*types.Transaction)
Source
from the content-addressed store, hash-verified
28
)
29
30
func
GetValidators(txs []*types.Transaction) ([]keypair.PublicKey, error) {
31
// TODO implement vote
32
return
genesis.GenesisBookkeepers, nil
33
}
Callers
3
PrepareRequestReceived
Method · 0.92
Timeout
Method · 0.92
Reset
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected