diff --git a/consensus/reactor.go b/consensus/reactor.go index 468bc32e..61a7780f 100644 --- a/consensus/reactor.go +++ b/consensus/reactor.go @@ -637,7 +637,6 @@ OUTER_LOOP: // Maybe send Height/CatchupCommitRound/CatchupCommit. { - rs := conR.conS.GetRoundState() prs := ps.GetRoundState() if prs.CatchupCommitRound != -1 { commit := conR.blockStore.LoadBlockCommit(prs.Height)