mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 10:11:48 +00:00
Package import path change
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
package core
|
||||
|
||||
import (
|
||||
bc "github.com/tendermint/tendermint2/blockchain"
|
||||
"github.com/tendermint/tendermint2/consensus"
|
||||
mempl "github.com/tendermint/tendermint2/mempool"
|
||||
"github.com/tendermint/tendermint2/p2p"
|
||||
"github.com/tendermint/tendermint2/state"
|
||||
bc "github.com/tendermint/tendermint/blockchain"
|
||||
"github.com/tendermint/tendermint/consensus"
|
||||
mempl "github.com/tendermint/tendermint/mempool"
|
||||
"github.com/tendermint/tendermint/p2p"
|
||||
"github.com/tendermint/tendermint/state"
|
||||
)
|
||||
|
||||
var blockStore *bc.BlockStore
|
||||
|
Reference in New Issue
Block a user