Merge pull request #6002 from mempool/natsoni/address-page-details

Fix fiat value in total received amount
This commit is contained in:
nymkappa
2025-08-07 19:04:17 +02:00
committed by GitHub

View File

@@ -293,7 +293,7 @@
<ng-template #volumeRow>
<td i18n="address.total-received">Total received</td>
<td *ngIf="chainStats.funded_txo_sum !== undefined; else confidentialTd" class="wrap-cell"><app-amount [satoshis]="chainStats.totalReceived"></app-amount></td>
<td *ngIf="chainStats.funded_txo_sum !== undefined; else confidentialTd" class="wrap-cell"><app-amount [satoshis]="chainStats.totalReceived" [noFiat]="true"></app-amount></td>
</ng-template>
<ng-template #typeRow>