Removes unused fee rate variable
This commit is contained in:
parent
e4729fa40c
commit
4cbee7261e
2 changed files with 10 additions and 17 deletions
|
|
@ -270,7 +270,7 @@
|
|||
<available-balance></available-balance>
|
||||
<a class="db"
|
||||
ng-if="index.feeToSendMaxStr && index.availableBalanceSat > 0 && !home.blockUx && !home.lockAmount"
|
||||
ng-click="home.sendAll(index.availableMaxBalance, index.feeToSendMaxStr, index.feeRateToSendMax)"
|
||||
ng-click="home.sendAll(index.availableMaxBalance, index.feeToSendMaxStr)"
|
||||
translate> Send All
|
||||
</a>
|
||||
</h4>
|
||||
|
|
@ -311,7 +311,7 @@
|
|||
</div>
|
||||
<a class="postfix button"
|
||||
ng-style="{'background-color':index.backgroundColor}"
|
||||
ng-click="openDestinationAddressModal(index.otherWallets, _address)">
|
||||
ng-click="home.openDestinationAddressModal(index.otherWallets, _address)">
|
||||
<i class="fi-plus size-14 lh"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue