mirror of
https://github.com/mempool/mempool.git
synced 2025-02-25 07:07:36 +01:00
Always display one decimal on fee rate for consistency.
This commit is contained in:
parent
21bb879fc1
commit
37e01c5e91
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
||||
<app-tx-fee-rating *ngIf="tx.fee && (cpfpInfo && !cpfpInfo.bestDescendant && !cpfpInfo.ancestors.length)" [tx]="tx"></app-tx-fee-rating>
|
||||
|
|
Loading…
Add table
Reference in a new issue