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,7 +5,7 @@ import (
"google.golang.org/grpc"
"github.com/tendermint/abci/types"
"github.com/tendermint/tendermint/abci/types"
cmn "github.com/tendermint/tmlibs/common"
)

View File

@ -12,7 +12,7 @@ package server
import (
"fmt"
"github.com/tendermint/abci/types"
"github.com/tendermint/tendermint/abci/types"
cmn "github.com/tendermint/tmlibs/common"
)

View File

@ -7,7 +7,7 @@ import (
"net"
"sync"
"github.com/tendermint/abci/types"
"github.com/tendermint/tendermint/abci/types"
cmn "github.com/tendermint/tmlibs/common"
)