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

Method PrivValidatorStateFile

config/config.go:276–278  ·  view source on GitHub ↗

PrivValidatorFile returns the full path to the priv_validator_state.json file

()

Source from the content-addressed store, hash-verified

274
275// PrivValidatorFile returns the full path to the priv_validator_state.json file
276func (cfg BaseConfig) PrivValidatorStateFile() string {
277 return rootify(cfg.PrivValidatorState, cfg.RootDir)
278}
279
280// NodeKeyFile returns the full path to the node_key.json file
281func (cfg BaseConfig) NodeKeyFile() 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