use validation round in reconstructLastCommit

This commit is contained in:
Ethan Buchman
2015-12-22 23:24:15 -05:00
parent 2b13386d7b
commit c0c2a4b968
2 changed files with 5 additions and 4 deletions

View File

@ -10,8 +10,8 @@ import (
"strings"
"time"
. "github.com/tendermint/tendermint/Godeps/_workspace/src/github.com/tendermint/go-common"
"github.com/tendermint/tendermint/Godeps/_workspace/src/github.com/tendermint/go-wire"
. "github.com/tendermint/go-common"
"github.com/tendermint/go-wire"
sm "github.com/tendermint/tendermint/state"
"github.com/tendermint/tendermint/types"