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