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

@ -19,7 +19,7 @@ package core_grpc
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import types "github.com/tendermint/abci/types"
import types "github.com/tendermint/tendermint/abci/types"
import (
"context"