Updated on 2026-08-14

This commit is contained in:
Tangem 2022-10-25 16:57:28 +05:00
commit 1e8cc32cff
232 changed files with 7456 additions and 1908 deletions

View file

@ -245,8 +245,7 @@ private fun sendTransaction(
}
is SimpleResult.Failure -> {
store.state.globalState.feedbackManager?.infoHolder?.updateOnSendError(
wallet = walletManager.wallet,
host = walletManager.currentHost,
walletManager = walletManager,
amountToSend = amountToSend,
feeAmount = feeAmount,
destinationAddress = destinationAddress,