Always display one decimal on fee rate for consistency.

This commit is contained in:
softsimon 2021-03-31 15:43:23 +04:00
parent 21bb879fc1
commit 37e01c5e91
No known key found for this signature in database
GPG key ID: 488D7DCFB5A430D7

View file

@ -332,7 +332,7 @@
<tr>
<td i18n="transaction.fee-rate|Transaction fee rate">Fee rate</td>
<td>
{{ tx.feePerVsize }} <span i18n="shared.sat-vbyte|sat/vB">sat/vB</span>
{{ tx.feePerVsize | number : '1.1-1' }} <span i18n="shared.sat-vbyte|sat/vB">sat/vB</span>
<ng-template [ngIf]="tx.status.confirmed">
&nbsp;
<app-tx-fee-rating *ngIf="tx.fee && (cpfpInfo && !cpfpInfo.bestDescendant && !cpfpInfo.ancestors.length)" [tx]="tx"></app-tx-fee-rating>