Move abci imports

This commit is contained in:
Alexander Simmerl
2018-06-22 06:59:02 +02:00
parent 4bee228ba7
commit a605b66c5a
63 changed files with 99 additions and 103 deletions

View File

@ -8,8 +8,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/tendermint/abci/example/code"
abci "github.com/tendermint/abci/types"
"github.com/tendermint/tendermint/abci/example/code"
abci "github.com/tendermint/tendermint/abci/types"
cmn "github.com/tendermint/tmlibs/common"
"github.com/tendermint/tendermint/types"