Merge pull request #4699 from mempool/natsoni/fix-nodes-map-undefined-channels

Fix nodes map undefined channels count
This commit is contained in:
softsimon
2024-02-19 21:19:21 +07:00
committed by GitHub

View File

@@ -88,7 +88,7 @@ export class NodesMap implements OnInit, OnChanges {
node.public_key,
node.alias,
node.capacity,
node.active_channel_count,
node.channels,
node.country,
node.iso_code,
]);