Liquid: Display BTC as L-BTC.

This commit is contained in:
softsimon
2020-03-25 21:55:18 +07:00
parent 350a06a096
commit 81839cb55f
7 changed files with 18 additions and 7 deletions

View File

@@ -6,6 +6,6 @@
Confidential
</ng-template>
<ng-template #default>
{{ satoshis / 100000000 | number : '1.8-8' }} BTC
{{ satoshis / 100000000 | number : '1.8-8' }} <ng-template [ngIf]="network === 'liquid'">L-</ng-template>BTC
</ng-template>
</ng-template>