Updated on 2026-08-14

This commit is contained in:
Tangem 2022-09-29 22:33:01 +05:00
parent 1079d9570f
commit 9f14ffc2e0
3 changed files with 58 additions and 51 deletions

View file

@ -246,8 +246,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,