up
This commit is contained in:
parent
226f0773cb
commit
fe497d209b
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ export class AdminManager {
|
|||
}
|
||||
|
||||
ListChannels = async (): Promise<Types.LndChannels> => {
|
||||
const channels = await this.lnd.ListChannels()
|
||||
const channels = await this.lnd.ListChannels(true)
|
||||
return {
|
||||
open_channels: channels.channels.map(c => ({
|
||||
active: c.active,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue