Updated on 2026-08-14

This commit is contained in:
Tangem 2021-12-07 15:14:06 +03:00
parent 0cce836c96
commit 00cf8c5b0c
34 changed files with 502 additions and 268 deletions

View file

@ -158,7 +158,7 @@ private fun sendTransaction(
store.dispatch(
GlobalAction.UpdateWalletSignedHashes(
walletSignedHashes = signResponse.totalSignedHashes,
walletPublicKey = walletManager.wallet.publicKey,
walletPublicKey = walletManager.wallet.publicKey.seedKey,
remainingSignatures = signResponse.remainingSignatures
)
)