Signet should use sBTC not tBTC.

This commit is contained in:
softsimon 2021-02-21 00:40:47 +07:00
parent 563ae8540b
commit a111dc044f
No known key found for this signature in database
GPG key ID: 488D7DCFB5A430D7

View file

@ -8,6 +8,7 @@
<ng-template #default>
&lrm;{{ satoshis / 100000000 | number : digitsInfo }}
<ng-template [ngIf]="network === 'liquid'">L-</ng-template>
<ng-template [ngIf]="network === 'testnet' || network === 'signet'">t</ng-template>BTC
<ng-template [ngIf]="network === 'testnet'">t</ng-template>BTC
<ng-template [ngIf]="network === 'signet'">s</ng-template>BTC
</ng-template>
</ng-template>