Error getting fee

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-24 11:08:49 -03:00
commit 4af0f15380
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 15 additions and 3 deletions

View file

@ -387,7 +387,7 @@
<h4 class="title m0">
<available-balance></available-balance>
<a
ng-if="index.feeToSendMaxStr && index.availableBalanceSat > 0 && !home.blockUx && !home.lockAmount"
ng-show="!home.lockedCurrentFeePerKb && index.feeToSendMaxStr && index.availableBalanceSat > 0 && !home.blockUx && !home.lockAmount"
ng-click="home.sendAll()"
translate> Send All
</a>