mirror of
https://github.com/mempool/mempool.git
synced 2025-04-03 09:28:31 +02:00
Signet should use sBTC not tBTC.
This commit is contained in:
parent
563ae8540b
commit
a111dc044f
@ -8,6 +8,7 @@
|
||||
<ng-template #default>
|
||||
‎{{ 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user