MCPcopy 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
30func GetValidators(txs []*types.Transaction) ([]keypair.PublicKey, error) {
31 // TODO implement vote
32 return genesis.GenesisBookkeepers, nil
33}

Callers 3

TimeoutMethod · 0.92
ResetMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected