From c8a26f4d29d8f2b43fd93a6c6b97672d40b5b38c Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Wed, 15 Sep 2021 09:02:43 -0400 Subject: [PATCH] Update docs/rfc/rfc-003-performance-questions.md Co-authored-by: Callum Waters --- docs/rfc/rfc-003-performance-questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rfc/rfc-003-performance-questions.md b/docs/rfc/rfc-003-performance-questions.md index 7b97cf3a5..604abcba2 100644 --- a/docs/rfc/rfc-003-performance-questions.md +++ b/docs/rfc/rfc-003-performance-questions.md @@ -137,7 +137,7 @@ The most common way to run a Tendermint application is using the Cosmos-SDK. The Cosmos-SDK runs the ABCI application within the same process as Tendermint. When an application is run in the same process as Tendermint, a serialization penalty is not paid. This is because the local ABCI client does not serialize method calls -and instead passes the protobuf type through through directly. This can be seen +and instead passes the protobuf type through directly. This can be seen in [local_client.go][abci-local-client-code]. Serialization and deserialization in the gRPC and socket protocol ABCI methods