mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-18 21:26:20 +00:00
node/state: graceful shutdown in the consensus state (#6370)
This commit is contained in:
@@ -1435,7 +1435,6 @@ func (n *Node) OnStart() error {
|
||||
|
||||
// OnStop stops the Node. It implements service.Service.
|
||||
func (n *Node) OnStop() {
|
||||
n.BaseService.OnStop()
|
||||
|
||||
n.Logger.Info("Stopping Node")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user