Merge pull request #6664 from JDonadio/feat/link-low-amount
Amount too low - warning
This commit is contained in:
commit
4fd9ac9062
3 changed files with 17 additions and 2 deletions
|
|
@ -91,9 +91,11 @@
|
|||
<div class="item low-fees" ng-if="btx.lowAmount">
|
||||
<i class="icon"><img src="img/icon-warning.png" width="20px"></i>
|
||||
<span translate>
|
||||
This transaction amount is too small compared to current Bitcoin network fees. Spending these funds will need a Bitcoin network fee cost comparable to the funds itself. </span>
|
||||
This transaction amount is too small compared to current Bitcoin network fees. Spending these funds will need a Bitcoin network fee cost comparable
|
||||
to the funds itself. <a ng-click="readMore()">Read more</a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="item single-line">
|
||||
<span class="label" translate>Confirmations</span>
|
||||
<span class="item-note">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue