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

@@ -26,7 +26,7 @@
</tr>
<tr>
<td>Final balance</td>
<td>{{ (totalReceived - totalSent) / 100 | number: '1.2-2' }} BSQ</td>
<td>{{ (totalReceived - totalSent) / 100 | number: '1.2-2' }} BSQ (<app-bsq-amount [bsq]="totalReceived - totalSent" [forceFiat]="true" [green]="true"></app-bsq-amount>)</td>
</tr>
</tbody>
</table>