Skip to content

Commit

Permalink
Update docs/architecture/adr-020-protobuf-transaction-encoding.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Aaron Craelius <aaron@regen.network>
  • Loading branch information
alexanderbez and aaronc committed Mar 26, 2020
1 parent 2978de9 commit c77b2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/adr-020-protobuf-transaction-encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c77b2b9

Please sign in to comment.