lightninglabs / chantools

A loose collection of tools all somehow related to lnd and Lightning Network channels.
MIT License
222 stars 32 forks source link

main: add dumphistoricalchannel command. #97

Open ziggie1984 opened 11 months ago

ziggie1984 commented 11 months ago

This command dumps relevant data of already closed channels. Tries to bring more insights to https://github.com/lightningnetwork/lnd/issues/8130

How to use:

chantools dumphistoricalchannel --channeldb ./channel.db --chan_point XXXXXX:Y

guggero commented 10 months ago

Thanks for the PR. Is this ready to take a look at or should I wait?