Skip to content

Commit

Permalink
Inadvertant double Stop()
Browse files Browse the repository at this point in the history
  • Loading branch information
jannotti committed Dec 19, 2024
1 parent 242f3f5 commit ca381bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,6 @@ func (node *AlgorandFullNode) SetCatchpointCatchupMode(catchpointCatchupMode boo
node.net.ClearValidatorHandlers()
node.heartbeatService.Stop()
node.stateProofWorker.Stop()
node.heartbeatService.Stop()
node.txHandler.Stop()
node.agreementService.Shutdown()
node.catchupService.Stop()
Expand Down

0 comments on commit ca381bc

Please sign in to comment.