Skip to content

add compatibility for non-checksummed addresses - temporary

David Vorick requested to merge compatibility-fix into master

The renter and host persistence files couldn't be loaded because the addresses inside of them did not have checksums.

So, when loading, the checksum can be ignored but only if there are enough characters. This is temporary and only for compatibility reasons. This will be removed after a few versions.

Merge request reports