Updated on 2026-08-14

This commit is contained in:
Tangem 2022-10-27 18:36:42 +05:00
parent aae93d6613
commit 5899667c14
22 changed files with 204 additions and 194 deletions

View file

@ -250,7 +250,7 @@ private fun sendTransaction(
feeAmount = feeAmount,
destinationAddress = destinationAddress,
)
store.state.globalState.analyticsHandler?.handleBlockchainSdkErrorEvent(
store.state.globalState.analyticsHandler?.send(
error = sendResult.error,
action = AnalyticsAnOld.ActionToLog.SendTransaction,
params = mapOf(AnalyticsParamAnOld.BLOCKCHAIN to walletManager.wallet.blockchain.currency),