Updated on 2026-08-14
This commit is contained in:
parent
c6a40d202a
commit
86309e4de4
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue