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

Co-Authored-By: Aaron Craelius <aaron@regen.network>
This commit is contained in:
Alexander Bezobchuk 2020-03-26 11:11:03 -04:00 committed by GitHub
parent 2978de90e1
commit c77b2b90bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ type ClientTx interface {
}
```
We then update `CLIContext` to have a new field: `Marshler`.
We then update `CLIContext` to have a new field: `Marshaler`.
Then, each module's client handler will at the minimum accept a `Marshaler` instead
of a concrete Amino codec and a `Generator` along with an `AccountRetriever` so