-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(frontend): handle insufficientFundsForFee case in BtcSendReview (#…
…3755) # Motivation This PR fixes issue described [here](#3480 (comment)) - there was no check in the BTC send flow which makes sure that provided amount and related utxos fee do not exceed available balance. The component now checks `insufficientFundsForFee` case, disabled "send" button if it's true, as well as shows the following user message: <img width="627" alt="error" src="https://github.com/user-attachments/assets/6d7aa80c-261b-4ee7-a4db-31dfbd91d9a6">
- Loading branch information
1 parent
fb318d9
commit bb32a85
Showing
2 changed files
with
46 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters