Browse Source

fix from self-review

pull/1619/head
Zach Ramsay 6 years ago
parent
commit
2aa5285c66
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/spec/blockchain/encoding.md

+ 1
- 1
docs/spec/blockchain/encoding.md View File

@ -2,7 +2,7 @@
## Amino
Tendermint uses the Protobuf3 derivative [Amino](https://github.com/tendermint/go-amino for all data structures).
Tendermint uses the Protobuf3 derivative [Amino](https://github.com/tendermint/go-amino) for all data structures.
Think of Amino as an object-oriented Protobuf3 with native JSON support.
The goal of the Amino encoding protocol is to bring parity between application
logic objects and persistence objects.


Loading…
Cancel
Save