MCPcopy Create free account
hub / github.com/tendermint/tendermint / KeyFile

Method KeyFile

config/config.go:423–425  ·  view source on GitHub ↗

KeyFile returns the full path to the priv_validator_key.json file

()

Source from the content-addressed store, hash-verified

421
422// KeyFile returns the full path to the priv_validator_key.json file
423func (cfg *PrivValidatorConfig) KeyFile() string {
424 return rootify(cfg.Key, cfg.RootDir)
425}
426
427// StateFile returns the full path to the priv_validator_state.json file
428func (cfg *PrivValidatorConfig) StateFile() string {

Callers

nothing calls this directly

Calls 1

rootifyFunction · 0.85

Tested by

no test coverage detected