diff --git a/state/mocks/block_store.go b/state/mocks/block_store.go index ee7d9aa5db..b726c5e0c1 100644 --- a/state/mocks/block_store.go +++ b/state/mocks/block_store.go @@ -5,8 +5,8 @@ package mocks import ( mock "github.com/stretchr/testify/mock" - types "github.com/tendermint/tendermint/types" cmtstore "github.com/tendermint/tendermint/proto/tendermint/store" + types "github.com/tendermint/tendermint/types" ) // BlockStore is an autogenerated mock type for the BlockStore type