Updated fee texts

This commit is contained in:
softsimon 2020-08-04 00:56:01 +07:00
parent 58ec9444a5
commit 01b3407a9c
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -1,8 +1,8 @@
<table class="table mx-auto text-center" style="max-width: 550px">
<tr>
<td class="d-none d-md-table-cell border-top-0">1 hour</td>
<td class="border-top-0">30 minutes</td>
<td class="border-top-0">Next block</td>
<td class="d-none d-md-table-cell border-top-0">Low priority</td>
<td class="border-top-0">Medium priority</td>
<td class="border-top-0">High priority</td>
</tr>
<tr *ngIf="(isLoadingWebSocket$ | async) === false && (feeEstimations$ | async) as feeEstimations; else loadingFees">
<td class="d-none d-md-table-cell">{{ feeEstimations.hourFee }} sat/vB (<app-fiat [value]="feeEstimations.hourFee * 250"></app-fiat>)</td>