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

@ -12,7 +12,7 @@ import (
"github.com/go-kit/kit/log/term"
"github.com/tendermint/abci/example/kvstore"
"github.com/tendermint/tendermint/abci/example/kvstore"
"github.com/tendermint/tmlibs/log"
cfg "github.com/tendermint/tendermint/config"