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
+2 -1
View File
@@ -1,9 +1,10 @@
package rest
import (
"github.com/cosmos/cosmos-sdk/client/rest"
"github.com/gorilla/mux"
"github.com/cosmos/cosmos-sdk/client/rest"
"github.com/cosmos/cosmos-sdk/client"
)