mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 05:11:21 +00:00
tendermint2
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user