Minor Code Cleanup - gRPC queries (#6862)

* add missing RegisterQueryService

* Update generated proto files

* Update grpc tests for auth,bank

* Make format

* fix godoc

* Address suggestions

* Update godoc
This commit is contained in:
SaReN
2020-07-28 12:53:35 +00:00
committed by GitHub
parent 282afcdb12
commit 919e906866
32 changed files with 67 additions and 72 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package testdata
import (
"github.com/tendermint/go-amino"
amino "github.com/tendermint/go-amino"
"github.com/cosmos/cosmos-sdk/codec/types"
)