From d5a448ff75337ae3cb1db37490970fe7dec9cbc6 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Mon, 15 Aug 2022 19:11:29 -0400 Subject: [PATCH] fix import --- node/node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"