From 8822cf86c70164056257167f92561cba6e01ce85 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Thu, 9 Dec 2021 18:14:30 -0500 Subject: [PATCH] missed end of sentence --- docs/rfc/rfc-008-deterministic-proto-bytes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/rfc/rfc-008-deterministic-proto-bytes.md b/docs/rfc/rfc-008-deterministic-proto-bytes.md index eae88bdf4..e60836858 100644 --- a/docs/rfc/rfc-008-deterministic-proto-bytes.md +++ b/docs/rfc/rfc-008-deterministic-proto-bytes.md @@ -48,7 +48,8 @@ According to [Cosmos-SDK ADR-27](cosmos-sdk-adr-27), when message types obey a s set of rules, gogoproto produces a consistent byte representation of serialized messages. This seems promising, although more research is needed to guarantee gogoproto always produces a consistent set of bytes on serialized messages. This would solve the problem -within Tendermint as written in Go, but would require ensuring that there are +within Tendermint as written in Go, but would require ensuring that there are similar +serializers written in other languages that produce the same output as gogoproto. ### Reorder serialized bytes to ensure determinism.