Update docs/architecture/adr-020-protobuf-transaction-encoding.md

Co-Authored-By: Marko <marbar3778@yahoo.com>
This commit is contained in:
Alexander Bezobchuk 2020-03-16 10:48:37 -04:00 committed by GitHub
parent 98f62db242
commit e0021ad409
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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