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

Support reading legacy (invalid) XAddresses #166

Closed schancel closed 3 years ago

schancel commented 3 years ago

Due to a mistake with how XAddresses were generated in Lotus-QT under version <=1.0.1 we are temporarily adding support for decoding these addresses. The primary issue was that some varints were accidently committed to in the check bytes due to how CHashWriter works.