Updated on 2026-08-14

This commit is contained in:
Tangem 2023-07-12 22:52:06 +03:00
parent d54f8452b6
commit c1935b5938
9 changed files with 24 additions and 29 deletions

View file

@ -183,7 +183,7 @@ class WalletConnectSdkHelper {
val dataToSign = EthereumUtils.buildTransactionToSign(
transactionData = data.transaction,
nonce = null,
blockchain = data.walletManager.wallet.blockchain
blockchain = data.walletManager.wallet.blockchain,
) ?: return null
val command = SignHashCommand(