From 9a39d5a18598fb3afdfcfd73afef017a4670a9f4 Mon Sep 17 00:00:00 2001 From: sgmoore Date: Tue, 28 Dec 2021 16:43:45 -0800 Subject: [PATCH] Minor typo (#10851) Spelling fix at line 41. --- docs/core/grpc_rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/grpc_rest.md b/docs/core/grpc_rest.md index 6515c0bbb..93585d0e8 100644 --- a/docs/core/grpc_rest.md +++ b/docs/core/grpc_rest.md @@ -38,7 +38,7 @@ Each module exposes a [Protobuf `Query` service](../building-modules/messages-an +++ https://github.com/cosmos/cosmos-sdk/blob/v0.43.0-rc0/server/types/app.go#L39-L41 -Note: It is not possible to expose any [Protobuf `Msg` service](../building-modules/messages-and-queries.md#messages) endpoints via gRPC. Transactions must be generated and signed using the CLI or programatically before they can be broadcasted using gRPC. See [Generating, Signing, and Broadcasting Transactions](../run-node/txs.html) for more information. +Note: It is not possible to expose any [Protobuf `Msg` service](../building-modules/messages-and-queries.md#messages) endpoints via gRPC. Transactions must be generated and signed using the CLI or programmatically before they can be broadcasted using gRPC. See [Generating, Signing, and Broadcasting Transactions](../run-node/txs.html) for more information. The `grpc.Server` is a concrete gRPC server, which spawns and serves all gRPC query requests and a broadcast transaction request. This server can be configured inside `~/.simapp/config/app.toml`: