diff --git a/node/node.go b/node/node.go index ac61dbcbd..85aa18d87 100644 --- a/node/node.go +++ b/node/node.go @@ -16,7 +16,7 @@ import ( dbm "github.com/tendermint/tm-db" abci "github.com/tendermint/tendermint/abci/types" - bc "github.com/tendermint/tendermint/blockchain" + bc "github.com/tendermint/tendermint/blocksync" cfg "github.com/tendermint/tendermint/config" cs "github.com/tendermint/tendermint/consensus" "github.com/tendermint/tendermint/crypto"