Updated on 2026-08-14
This commit is contained in:
parent
d54f8452b6
commit
c1935b5938
9 changed files with 24 additions and 29 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue