Additional fixes for address transaction fetching.

This commit is contained in:
softsimon
2020-02-28 04:16:15 +07:00
parent 3d3cec2582
commit ef862e2442
2 changed files with 14 additions and 39 deletions

View File

@@ -2,5 +2,5 @@
<span>{{ conversions.USD * (satoshis / 100000000) | currency:'USD':'symbol':'1.2-2' }}</span>
</ng-container>
<ng-template #viewFiatVin>
{{ satoshis / 100000000 }} BTC
{{ satoshis / 100000000 | number : '1.8-8' }} BTC
</ng-template>