MCPcopy Create free account
hub / github.com/DeAI-Artist/Linkis / PrivValidatorKeyFile

Method PrivValidatorKeyFile

config/config.go:271–273  ·  view source on GitHub ↗

PrivValidatorKeyFile returns the full path to the priv_validator_key.json file

()

Source from the content-addressed store, hash-verified

269
270// PrivValidatorKeyFile returns the full path to the priv_validator_key.json file
271func (cfg BaseConfig) PrivValidatorKeyFile() string {
272 return rootify(cfg.PrivValidatorKey, cfg.RootDir)
273}
274
275// PrivValidatorFile returns the full path to the priv_validator_state.json file
276func (cfg BaseConfig) PrivValidatorStateFile() string {

Callers 15

initFilesWithConfigFunction · 0.80
WALGenerateNBlocksFunction · 0.80
DefaultNewNodeFunction · 0.80
startNodeFunction · 0.80
startMaverickFunction · 0.80
resetAllCmdFunction · 0.80
resetPrivValidatorFunction · 0.80
initFilesWithConfigFunction · 0.80
Test_ResetAllFunction · 0.80
Test_ResetStateFunction · 0.80
showValidatorFunction · 0.80

Calls 1

rootifyFunction · 0.85