Browse Source

Fix compile bug

pull/314/head
Jae Kwon 8 years ago
committed by Ethan Buchman
parent
commit
ea4b60a602
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      consensus/reactor.go

+ 0
- 1
consensus/reactor.go View File

@ -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)


Loading…
Cancel
Save