tendermint2

This commit is contained in:
Ethan Buchman
2015-03-30 22:50:27 -07:00
parent e6c352dba0
commit 60f166e823
96 changed files with 260 additions and 260 deletions

View File

@ -3,10 +3,10 @@ package consensus
import (
"sort"
bc "github.com/tendermint/tendermint/blockchain"
dbm "github.com/tendermint/tendermint/db"
mempl "github.com/tendermint/tendermint/mempool"
sm "github.com/tendermint/tendermint/state"
bc "github.com/tendermint/tendermint2/blockchain"
dbm "github.com/tendermint/tendermint2/db"
mempl "github.com/tendermint/tendermint2/mempool"
sm "github.com/tendermint/tendermint2/state"
)
func randConsensusState() (*ConsensusState, []*sm.PrivValidator) {