missed end of sentence

This commit is contained in:
William Banfield
2021-12-09 18:14:30 -05:00
parent d7fa1075e5
commit 8822cf86c7
@@ -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.