Rename GRPCRouter (#8079)

* rename GRPCRouter

* Update store/types/store.go

Co-authored-by: Robert Zaremba <robert@zaremba.ch>

* Fix gofmt

Co-authored-by: Robert Zaremba <robert@zaremba.ch>
This commit is contained in:
Anil Kumar Kammari
2020-12-04 15:06:50 +00:00
committed by GitHub
co-authored by Robert Zaremba
parent 7ec3bcd23a
commit 4a233b8dcf
31 changed files with 76 additions and 53 deletions
+1 -1
View File
@@ -5,11 +5,11 @@ import (
"io"
abci "github.com/tendermint/tendermint/abci/types"
tmstrings "github.com/tendermint/tendermint/libs/strings"
dbm "github.com/tendermint/tm-db"
snapshottypes "github.com/cosmos/cosmos-sdk/snapshots/types"
"github.com/cosmos/cosmos-sdk/types/kv"
tmstrings "github.com/tendermint/tendermint/libs/strings"
)
type Store interface {