fix
This commit is contained in:
parent
c4ae17d8bc
commit
26299ae5db
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,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) })),
|
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 })),
|
||||||
forwarding_events: totalEvents,
|
forwarding_events: totalEvents,
|
||||||
forwarding_fees: totalFees
|
forwarding_fees: totalFees
|
||||||
}],
|
}],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue