The public address is composed by 60 characters, from where 56 chars is the public address + 4 are the checksum.
When adding a new watch-only address, the app is not validating the checksum.
So, basically I can enter the same public address with a different (invalid) checksum many times.
Validation can be done with the following method:
return await new QubicHelper().verifyIdentity(this.identity)
The public address is composed by 60 characters, from where 56 chars is the public address + 4 are the checksum. When adding a new watch-only address, the app is not validating the checksum. So, basically I can enter the same public address with a different (invalid) checksum many times.
Validation can be done with the following method:
return await new QubicHelper().verifyIdentity(this.identity)