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

@ -5,9 +5,9 @@ import (
"github.com/stretchr/testify/assert"
abciclient "github.com/tendermint/abci/client"
"github.com/tendermint/abci/example/kvstore"
abciserver "github.com/tendermint/abci/server"
abciclient "github.com/tendermint/tendermint/abci/client"
"github.com/tendermint/tendermint/abci/example/kvstore"
abciserver "github.com/tendermint/tendermint/abci/server"
)
func TestClientServerNoAddrPrefix(t *testing.T) {