From d98626913cb65b6c37c1eef10e36a95184ed7e2d Mon Sep 17 00:00:00 2001 From: middthe Date: Tue, 12 Nov 2024 02:04:16 +0800 Subject: [PATCH] docs: Update protobuf tx signing message format outer link (#22510) --- docs/architecture/adr-020-protobuf-transaction-encoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/adr-020-protobuf-transaction-encoding.md b/docs/architecture/adr-020-protobuf-transaction-encoding.md index db9a52b6fb..c6617349a0 100644 --- a/docs/architecture/adr-020-protobuf-transaction-encoding.md +++ b/docs/architecture/adr-020-protobuf-transaction-encoding.md @@ -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`