Switch all direct sat/vb fields to new rate component

This commit is contained in:
Mononaut
2023-06-15 15:17:32 -04:00
parent b04f5f3378
commit 2bad8cce65
16 changed files with 41 additions and 32 deletions

View File

@@ -66,7 +66,7 @@
<tr>
<td i18n="transaction.fee-per-vbyte|Transaction fee">Fee per vByte</td>
<td *ngIf="!isLoadingTx; else loadingTxFee">
{{ tx.fee / (tx.weight / 4) | feeRounding }} <span class="symbol">sat/vB</span>
<app-fee-rate [fee]="tx.fee" [weight]="tx.weight"></app-fee-rate>
&nbsp;
<app-tx-fee-rating [tx]="tx"></app-tx-fee-rating>
</td>