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
commit 951b946be9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,
]);