fix wallet selector - use fee instead of feePerKb
This commit is contained in:
parent
9784c95e72
commit
e82cc38c8d
2 changed files with 22 additions and 17 deletions
|
|
@ -50,7 +50,7 @@
|
|||
<span ng-if="tx.hasMultiplesOutputs" translate>Multiple recipients</span> -->
|
||||
</span>
|
||||
</div>
|
||||
<a class="item item-icon-right" ng-hide="insufficientFunds || noMatchingWallet" ng-click="showWalletSelector()">
|
||||
<a class="item item-icon-right" ng-hide="!useSendMax && (insufficientFunds || noMatchingWallet)" ng-click="showWalletSelector()">
|
||||
<span class="label" translate>From</span>
|
||||
<div class="wallet">
|
||||
<i class="icon big-icon-svg">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue