mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-25 17:34:36 +00:00
Added README docs for account/binary and renamed UInt -> Uint etc.
This commit is contained in:
@@ -38,8 +38,8 @@ func (p *Proposal) String() string {
|
||||
}
|
||||
|
||||
func (p *Proposal) WriteSignBytes(w io.Writer, n *int64, err *error) {
|
||||
WriteUVarInt(p.Height, w, n, err)
|
||||
WriteUVarInt(p.Round, w, n, err)
|
||||
WriteUvarint(p.Height, w, n, err)
|
||||
WriteUvarint(p.Round, w, n, err)
|
||||
WriteBinary(p.BlockParts, w, n, err)
|
||||
WriteBinary(p.POLParts, w, n, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user