From ea4b60a6023c268122f4e1be3e74620a0cd206cb Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Mon, 5 Sep 2016 18:48:37 -0700 Subject: [PATCH] Fix compile bug --- consensus/reactor.go | 1 - 1 file changed, 1 deletion(-) diff --git a/consensus/reactor.go b/consensus/reactor.go index 468bc32ea..61a7780f9 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)