Update docs/architecture/adr-020-protobuf-transaction-encoding.md
Co-Authored-By: Marko <marbar3778@yahoo.com>
This commit is contained in:
parent
98f62db242
commit
e0021ad409
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user