Skip to content

Commit

Permalink
docs: Update protobuf tx signing message format outer link (backport c…
Browse files Browse the repository at this point in the history
…osmos#22510) (cosmos#22511)

Co-authored-by: middthe <[email protected]>
  • Loading branch information
mergify[bot] and middthe authored Nov 12, 2024
1 parent 2b4f5fb commit 6ccd1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/adr-020-protobuf-transaction-encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ falls short of the ideal.
`SIGN_MODE_TEXTUAL` is intended as a placeholder for a human-readable
encoding which will replace Amino JSON. This new encoding should be even more
focused on readability than JSON, possibly based on formatting strings like
[MessageFormat](http://userguide.icu-project.org/formatparse/messages).
[MessageFormat](https://unicode-org.github.io/icu/userguide/format_parse/messages/).

In order to ensure that the new human-readable format does not suffer from
transaction malleability issues, `SIGN_MODE_TEXTUAL`
Expand Down

0 comments on commit 6ccd1e4

Please sign in to comment.