This is not an issue, but I cannot find a discussion tab for this project so I will ask my question here.
I am interested to perform a chantools dropchannelgraph but for a postgres-backed lnd. Is there any way to do this? I tried browsing through the postgres db especially the channeldb_kv to see if I can understand the contents but it is just a key-value table with binary (not human readable) data in the key and value columns.
If you can share maybe a SQL delete statement that I can run to get a similar effect to chantools dropchannelgraph it would be appreciated. Thanks.
This is not an issue, but I cannot find a discussion tab for this project so I will ask my question here.
I am interested to perform a
chantools dropchannelgraphbut for a postgres-backed lnd. Is there any way to do this? I tried browsing through the postgres db especially thechanneldb_kvto see if I can understand the contents but it is just a key-value table with binary (not human readable) data in thekeyandvaluecolumns.If you can share maybe a SQL delete statement that I can run to get a similar effect to
chantools dropchannelgraphit would be appreciated. Thanks.