replace send all to send max (#4010)
* fix prevent submit * replace send all to send max * fix params and errors * add warnings in case to exclude utxos * remove unnecessaries parameters and variables * verify exclude utxos before checking amount * bump bwc dependency to v2.2.1 * fix message text
This commit is contained in:
parent
5666649a2d
commit
b011df787c
2 changed files with 62 additions and 27 deletions
|
|
@ -390,11 +390,11 @@
|
|||
<available-balance></available-balance>
|
||||
<span
|
||||
ng-show="home.lockedCurrentFeePerKb || home.blockUx || home.lockAmount"
|
||||
class="text-gray" translate>Send All</span>
|
||||
class="text-gray" translate>Send Max</span>
|
||||
<a
|
||||
ng-show="index.availableBalanceSat > 0 && !home.lockedCurrentFeePerKb && !home.blockUx && !home.lockAmount"
|
||||
ng-click="home.sendAll(index.totalBytesToSendMax, index.availableBalanceSat)"
|
||||
translate> Send All
|
||||
ng-click="home.sendMax(index.availableBalanceSat)"
|
||||
translate>Send Max
|
||||
</a>
|
||||
<div ng-show="!home.paymentExpired && home._paypro">
|
||||
<span translate>Payment expires</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue