Channel pagination

This commit is contained in:
softsimon
2022-05-16 01:36:59 +04:00
parent 7f7fa2eb6a
commit 6e2b1d633b
8 changed files with 171 additions and 53 deletions

View File

@@ -34,7 +34,7 @@ export class AddressLabelsComponent implements OnChanges {
}
handleChannel() {
this.label = `Channel open: ${this.channel.alias_left} <> ${this.channel.alias_right}`;
this.label = `Channel open: ${this.channel.node_left.alias} <> ${this.channel.node_right.alias}`;
}
handleVin() {