Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-15 21:43:57 +07:00
parent edfaa5320d
commit 4cd56a1588
4 changed files with 15 additions and 20 deletions

View file

@ -393,7 +393,7 @@ class WalletConnectSdkHelper {
signature = signedHash,
hash = hashToSign,
publicKey = wallet.publicKey.blockchainKey.toDecompressedPublicKey(),
).asRSVLegacyEVM().toHexString()
).asRSVLegacyEVM().toHexString().formatHex()
}
}
is CompletionResult.Failure -> {