mirror of
https://github.com/mempool/mempool.git
synced 2025-04-07 11:28:37 +02:00
Fix nodes map undefined channels count
This commit is contained in:
parent
18e412939d
commit
5fc2205b54
@ -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,
|
||||
]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user