mempool/frontend/src/app/components/address-labels/address-labels.component.html

3 lines
242 B
HTML
Raw Normal View History

<span *ngIf="multisig" class="badge badge-pill badge-warning">multisig {{ multisigM }} of {{ multisigN }}</span>
<span *ngIf="secondLayerClose" class="badge badge-pill badge-warning">Layer{{ network === 'liquid' ? '3' : '2' }} Peg-out</span>