Fix fee for send all

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-23 18:05:22 -03:00
commit 66b7fa8f7a
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 134 additions and 106 deletions

View file

@ -388,7 +388,7 @@
<available-balance></available-balance>
<a
ng-if="index.feeToSendMaxStr && index.availableBalanceSat > 0 && !home.blockUx && !home.lockAmount"
ng-click="home.sendAll(index.availableMaxBalance, index.feeToSendMaxStr)"
ng-click="home.sendAll()"
translate> Send All
</a>
</h4>
@ -403,7 +403,7 @@
</div>
<div class="row m20t">
<div class="large-12 large-centered columns">
<form name="sendForm" ng-submit="home.submitForm(index.feeRateToSendMax)" ng-disabled="home.blockUx || home.onGoingProcess" novalidate>
<form name="sendForm" ng-submit="home.submitForm()" ng-disabled="home.blockUx || home.onGoingProcess" novalidate>
<div ng-hide="home._paypro || home.hideAddress">
<div class="row collapse">