This commit is contained in:
boufni95 2024-08-23 21:04:39 +02:00
parent 226f0773cb
commit fe497d209b

View file

@ -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,