diff --git a/internal/consensus/reactor.go b/internal/consensus/reactor.go index 2bbf963c8..d0d61ad71 100644 --- a/internal/consensus/reactor.go +++ b/internal/consensus/reactor.go @@ -351,8 +351,6 @@ func (r *Reactor) broadcastHasVoteMessage(ctx context.Context, vote *types.Vote) // internal pubsub defined in the consensus state to broadcast them to peers // upon receiving. func (r *Reactor) subscribeToBroadcastEvents() { - onStopCh := r.state.getOnStopCh() - err := r.state.evsw.AddListenerForEvent( listenerIDConsensus, types.EventNewRoundStepValue,