issues
search
givelotus
/
lotus-vase
A simple reference wallet for Lotus which supports mobile devices.
GNU General Public License v3.0
4
stars
2
forks
source link
Some encoding/utils nits fixes
#161
Closed
limonadev
closed
3 years ago
limonadev
commented
3 years ago
This PR:
Adds a new method to decode a list of bytes into a
BigInt
, given its endianness.
Refactors the
readVarInt
method to use Little Endian.
Removes the unused method
getBufferOffset
.
This PR:
BigInt
, given its endianness.readVarInt
method to use Little Endian.getBufferOffset
.