docs: fix links & other imrpvoements

This commit is contained in:
Zach Ramsay
2018-08-07 18:40:11 -04:00
parent ef5c27a2d2
commit b30596b3a1
23 changed files with 48 additions and 2561 deletions

View File

@@ -38,7 +38,7 @@ type msgPacket struct {
}
```
The `msgPacket` is serialized using [go-wire](https://github.com/tendermint/go-wire) and prefixed with 0x3.
The `msgPacket` is serialized using [go-amino](https://github.com/tendermint/go-amino) and prefixed with 0x3.
The received `Bytes` of a sequential set of packets are appended together
until a packet with `EOF=1` is received, then the complete serialized message
is returned for processing by the `onReceive` function of the corresponding channel.