Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-22 16:58:23 +07:00
parent a8711471c7
commit 415e1d1b43
2 changed files with 3 additions and 2 deletions

View file

@ -393,7 +393,7 @@ class WalletConnectSdkHelper {
signature = signedHash,
hash = hashToSign,
publicKey = wallet.publicKey.blockchainKey.toDecompressedPublicKey(),
).asRSVLegacyEVM().toHexString().lowercase() // use lowercase because some dapps cant handle UPPERCASE
).asRSVLegacyEVM().toHexString().formatHex().lowercase() // use lowercase because some dapps cant handle UPPERCASE
}
}
is CompletionResult.Failure -> {