bitromortac / lndmanage

Channel management tool for lightning network daemon (LND) operators.
MIT License
170 stars 19 forks source link

info command: closed channel, query from closedchannels #123

Open bitromortac opened 2 years ago

bitromortac commented 2 years ago

Right now, when querying a closed channel id via the info command, the data is fetched from the graph. The channel, however gets pruned from the graph when closed. As a fallback we should query the closedchannels rpc to fetch the data.