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 c29558db20
commit 013ad803d0
16 changed files with 41 additions and 32 deletions

View File

@@ -33,7 +33,7 @@
<span [innerHTML]="'&lrm;' + (tx.weight | wuBytes: 2)"></span>
</p>
<p class="field" *ngIf="!isCoinbase(tx)">
{{ tx.feePerVsize | feeRounding }} <span class="symbol" i18n="shared.sat-vbyte|sat/vB">sat/vB</span>
<app-fee-rate [fee]="tx.feePerVsize"></app-fee-rate>
</p>
</div>
<div class="overlaid">