mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 10:11:48 +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