mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 10:11:48 +00:00
remove BaseService.OnStart
This commit is contained in:
@ -340,7 +340,6 @@ func (cs *ConsensusState) LoadCommit(height int) *types.Commit {
|
||||
}
|
||||
|
||||
func (cs *ConsensusState) OnStart() error {
|
||||
cs.BaseService.OnStart()
|
||||
|
||||
walFile := cs.config.GetString("cs_wal_file")
|
||||
if err := cs.OpenWAL(walFile); err != nil {
|
||||
|
Reference in New Issue
Block a user