Updated on 2026-08-14

This commit is contained in:
Tangem 2020-09-29 13:24:42 +03:00
parent c6a40d202a
commit 86309e4de4

View file

@ -54,6 +54,7 @@ private fun verifyAndSendTransaction(appState: AppState?, dispatch: (Action) ->
val verifyResult = walletManager.validateTransaction(amountToSend, feeAmount)
if (verifyResult.isNotEmpty()) {
dispatch(SendAction.SendError(createValidateTransactionError(verifyResult, walletManager)))
return
}
dispatch(SendAction.ChangeSendButtonState(SendButtonState.PROGRESS))