Adding channel id in addition to short id

This commit is contained in:
softsimon
2022-05-03 20:55:34 +04:00
parent 7e1c2f4f40
commit b0b73e6c70
5 changed files with 36 additions and 4 deletions

View File

@@ -53,7 +53,7 @@
<app-amount [satoshis]="channel.capacity" digitsInfo="1.2-2"></app-amount>
</td>
<td class="capacity text-right">
<a [routerLink]="['/lightning/channel' | relativeUrl, channel.id]">{{ channel.id }}</a>
<a [routerLink]="['/lightning/channel' | relativeUrl, channel.id]">{{ channel.short_id }}</a>
</td>
</tr>
</tbody>