Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-22 11:52:10 +03:00
parent cb23c1dea3
commit 538757a7ce
54 changed files with 622 additions and 488 deletions

View file

@ -57,7 +57,7 @@ object VisaWalletPublicKeyUtility {
either {
val address = generateAddressOnSecp256k1(publicKey).bind()
if (address.value != targetAddress) {
if (address.value.lowercase() != targetAddress.lowercase()) {
raise(VisaActivationError.AddressNotMatched)
}
}