]> git.bitcoin.ninja Git - rust-lightning/commit
Rename HighZeroBytesDroppedVarInt to HighZeroBytesDroppedBigSize
authorValentine Wallace <vwallace@protonmail.com>
Sun, 7 Aug 2022 03:06:19 +0000 (23:06 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Mon, 15 Aug 2022 15:41:59 +0000 (11:41 -0400)
commitdfbebbf4c31135791dd402a4fc64abc7e0b8e158
treec594e020d70c2de966439a953e920c173c61bec7
parenta23681fde10b08d7a838c27ffb851915ccf784ad
Rename HighZeroBytesDroppedVarInt to HighZeroBytesDroppedBigSize

As observed by @wpaulino, this struct encodes its bytes as big-endian,
therefore it's a BigSize, not a VarInt.
lightning/src/ln/msgs.rs
lightning/src/util/ser.rs
lightning/src/util/ser_macros.rs