This website requires JavaScript.
Explore
Help
Sign In
machankura
/
mempool
Watch
3
Star
0
Fork
0
You've already forked mempool
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
mempool
/
frontend
/
src
/
app
/
components
/
address-labels
/
address-labels.component.html
5 lines
83 B
HTML
Raw
Normal View
History
Unescape
Escape
better identification of lightning outputs. (#320) * better identification of lightning outputs. * identify liquid pegouts and emergency pegouts. fixes #324
2021-02-03 02:40:31 -03:00
<
span
replace 3 seperate labels with one `AddressLabelsComponent.label?: string` + consistency: move comments in the `if` blocks
2022-03-29 15:47:48 +02:00
*ngIf="label"
better identification of lightning outputs. (#320) * better identification of lightning outputs. * identify liquid pegouts and emergency pegouts. fixes #324
2021-02-03 02:40:31 -03:00
class="badge badge-pill badge-warning"
replace 3 seperate labels with one `AddressLabelsComponent.label?: string` + consistency: move comments in the `if` blocks
2022-03-29 15:47:48 +02:00
>{{ label }}
<
/
span
>
Reference in New Issue
Copy Permalink