Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit df1faf4

Browse files
committed
Minor cleanup
1 parent 2464c18 commit df1faf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/action/channel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ class ChannelAction {
6161
remoteBalance: parseSat(channel.remote_balance),
6262
channelPoint: channel.channel_point,
6363
active: channel.active,
64-
status: 'open',
6564
private: channel.private,
65+
status: 'open',
6666
}));
6767
} catch (err) {
6868
log.error('Listing channels failed', err);

0 commit comments

Comments
 (0)