From e0021ad409bf7acf8a5fc4b8953d3e56ea0e0722 Mon Sep 17 00:00:00 2001 From: Alexander Bezobchuk Date: Mon, 16 Mar 2020 10:48:37 -0400 Subject: [PATCH] Update docs/architecture/adr-020-protobuf-transaction-encoding.md Co-Authored-By: Marko --- 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 8038cea80f..6689f29e23 100644 --- a/docs/architecture/adr-020-protobuf-transaction-encoding.md +++ b/docs/architecture/adr-020-protobuf-transaction-encoding.md @@ -123,7 +123,7 @@ type ClientTx interface { } ``` -We then update `CLIContext` to have two new fields: `Generator` and `Generator`. +We then update `CLIContext` to have two new fields: `Generator` and `Marshler`. Then, each module will at the minimum accept a `Marshaler` instead of a concrete Amino codec. If the module needs to work with any interface types, it will use