fix
This commit is contained in:
parent
79bd82b802
commit
00cf5ab8f8
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ export default class Handler {
|
||||||
offline_channels: totalInactive,
|
offline_channels: totalInactive,
|
||||||
online_channels: totalActive,
|
online_channels: totalActive,
|
||||||
closed_channels: closedChannels.map(c => ({ capacity: Number(c.capacity), channel_id: c.chanId, closed_height: c.closeHeight })),
|
closed_channels: closedChannels.map(c => ({ capacity: Number(c.capacity), channel_id: c.chanId, closed_height: c.closeHeight })),
|
||||||
open_channels: openChannels.map(c => ({ active: c.active, capacity: Number(c.capacity), channel_id: c.chanId, lifetime: Number(c.lifetime), local_balance: Number(c.localBalance), remote_balance: Number(c.remoteBalance), label: c.peerAlias })),
|
open_channels: openChannels.map(c => ({ channel_point: c.channelPoint, active: c.active, capacity: Number(c.capacity), channel_id: c.chanId, lifetime: Number(c.lifetime), local_balance: Number(c.localBalance), remote_balance: Number(c.remoteBalance), label: c.peerAlias })),
|
||||||
forwarding_events: totalEvents,
|
forwarding_events: totalEvents,
|
||||||
forwarding_fees: totalFees
|
forwarding_fees: totalFees
|
||||||
}],
|
}],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue