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

@ -1,10 +1,10 @@
package core
import (
bc "github.com/tendermint/tendermint/blockchain"
"github.com/tendermint/tendermint/consensus"
mempl "github.com/tendermint/tendermint/mempool"
"github.com/tendermint/tendermint/p2p"
bc "github.com/tendermint/tendermint2/blockchain"
"github.com/tendermint/tendermint2/consensus"
mempl "github.com/tendermint/tendermint2/mempool"
"github.com/tendermint/tendermint2/p2p"
)
var blockStore *bc.BlockStore