authenticvision / digitalsoul

MetaAnchor-Framework for self-hosting
MIT License
2 stars 0 forks source link

Case-insensitive wallet matching #64

Closed tbergmueller closed 11 months ago

tbergmueller commented 11 months ago

Currently, wallet-addresses are matched in a case-sensitive way throughout the framework. Hence, if a user once uses the same wallet address, but with different writing, it would be interpreted as different wallets by the framework. This is in particular problematic

This is in particular problematic, because wallet-addresses use Capitals for checksums

Options:

tbergmueller commented 11 months ago

Was fixed with #66