This commit is contained in:
nymkappa 2022-09-30 19:10:11 +02:00
parent db7f05a360
commit e62986d3dc

View File

@ -70,6 +70,8 @@ export async function convertAndmergeBidirectionalChannels(clChannels: any[]): P
logger.info(`Building partial channels from clightning output. Channels processed: ${channelProcessed + 1} of ${keys.length}`); logger.info(`Building partial channels from clightning output. Channels processed: ${channelProcessed + 1} of ${keys.length}`);
loggerTimer = new Date().getTime() / 1000; loggerTimer = new Date().getTime() / 1000;
} }
channelProcessed++;
} }
return consolidatedChannelList; return consolidatedChannelList;