mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-21 07:24:36 +00:00
consensus: msg saving and replay
This commit is contained in:
@@ -67,6 +67,7 @@ func GetConfig(rootDir string) cfg.Config {
|
||||
mapConfig.SetDefault("rpc_laddr", "0.0.0.0:46657")
|
||||
mapConfig.SetDefault("prof_laddr", "")
|
||||
mapConfig.SetDefault("revision_file", rootDir+"/revision")
|
||||
mapConfig.SetDefault("cs_msg_log", rootDir+"/cs_msg_log")
|
||||
return mapConfig
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user