This commit is contained in:
Gabriel Bazán 2017-07-10 11:36:57 -03:00
commit 33c80cc392
2 changed files with 6 additions and 3 deletions

View file

@ -30,11 +30,11 @@
</ion-radio>
</div>
<div class="comment" ng-if="showMinWarning">
<i class="icon"><img src="img/icon-warning.png" width="20px"></i>
<i class="icon"><img src="img/icon-warning.png"></i>
<span class="text" translate>Your fee is lower than the minimum recommended ({{getMinimumRecommeded()}} satoshis/byte). Your transaction may never get confirmed.</span>
</div>
<div class="comment" ng-if="showMaxWarning">
<i class="icon"><img src="img/icon-warning.png" width="20px"></i>
<i class="icon"><img src="img/icon-warning.png"></i>
<span class="text" translate>Your could not set a fee higher than 1000 satoshis/byte.</span>
</div>
</ion-content>