More node info

This commit is contained in:
softsimon
2022-05-15 16:48:38 +04:00
parent 8604869e5e
commit ac10aafc07
3 changed files with 27 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
‎{{ addPlus && satoshis >= 0 ? '+' : '' }}{{ satoshis | number }}
‎{{ addPlus && satoshis >= 0 ? '+' : '' }}{{ satoshis | number : '1.0-0' }}
<span class="symbol"><ng-template [ngIf]="network === 'liquid'">L-</ng-template>
<ng-template [ngIf]="network === 'liquidtestnet'">tL-</ng-template>
<ng-template [ngIf]="network === 'testnet'">t-</ng-template>