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:
co-authored by
Robert Zaremba
parent
7ec3bcd23a
commit
4a233b8dcf
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user