pinknetworkx / atomicassets-contract

Smart Contract of the AtomicAssets standard.
MIT License
149 stars 88 forks source link

Removed special case in varint handling #4

Closed jona-wilmsmann closed 4 years ago

jona-wilmsmann commented 4 years ago

Previously, when encoding a n-Byte integer, the n+1th byte would get special treatment. This was removed in order to make it simpler and comply with the standard varint definition