node/state: graceful shutdown in the consensus state (#6370)

This commit is contained in:
JayT106
2021-05-10 21:45:26 +02:00
committed by GitHub
parent 4dded9c852
commit e334555393
7 changed files with 60 additions and 6 deletions
-1
View File
@@ -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")