Show fiat value of totalRecieved for addresses.

Rename fee to fee burnt.
This commit is contained in:
softsimon
2020-07-14 23:49:57 +07:00
parent ca0cf23d66
commit 3008f99668
6 changed files with 7 additions and 8 deletions

View File

@@ -34,7 +34,7 @@
<table class="table table-borderless table-striped">
<tbody>
<tr>
<td class="td-width">Fee burnt</td>
<td class="td-width">Burnt</td>
<td>
{{ bisqTx.burntFee / 100 | number: '1.2-2' }} BSQ (<app-bsq-amount [bsq]="bisqTx.burntFee" [forceFiat]="true" [green]="true"></app-bsq-amount>)
</tr>