lightning
lightning copied to clipboard
API: Listfunds does not list incoming unconfirmed transactions
Issue and Steps to Reproduce
When sending on-chain from one Core Lightning node to another, the sending node will correctly return unconfirmed outputs in the Listfunds api response. The receiving node however does not see an unconfirmed output. It needs 1 confirmation for the node to recognize the funds.
This feels like bad UX as I cannot show the user in my application that there is a pending incoming transaction. Can you please add that? Thanks!
Tested on 24.02.2 regtest (polar)
see https://github.com/ElementsProject/lightning/issues/2104 and https://github.com/ElementsProject/lightning/issues/3451