RTL icon indicating copy to clipboard operation
RTL copied to clipboard

[Feature request] Seeing utxos of channels in limbo

Open NicolasDorier opened this issue 3 years ago • 1 comments

I have a channel closing on c-lightning, and listpeers peerId, show me it was non collaborative:

  "status": [
                  "ONCHAIN:Tracking our own unilateral close",
                  "ONCHAIN:1 outputs unresolved: in 952 blocks will spend DELAYED_OUTPUT_TO_US (abcbcbcbcbcbcbc:0) using OUR_DELAYED_RETURN_TO_WALLET"
               ],

This funds, I expect, will return to the on-chain wallet in 952 blocks. However, I can't see those funds anywhere in RTL's interface.

NicolasDorier avatar Nov 16 '21 04:11 NicolasDorier

Hi @NicolasDorier finally paying attention to this. I know it's really late 😄 The UTXO would only be visible after the delayed output is spent. I am assuming it's addressed now.

Although I do see scenarios where transactions appear to be in limbo in the listpeers output, even though the UTXOs are created, spent etc. This type of issue should be better addressed with Core Lightning, rather than RTL.

Do let us know, if you see any other such instances and we can keep the issue open to investigate further, if any change is really required on RTL for this.

saubyk avatar Aug 05 '22 18:08 saubyk