Open
Description
Issue and Steps to Reproduce
- Have one channel in
CHANNELD_NORMAL
state with a peer. - Propose to fund a second channel with that same peer using
fundchannel_start
. - Establish the second channel using
fundchannel_complete
. - Broadcast the signed funding transaction with a low fee rate.
- Propose to fund a channel with some other peer using
fundchannel_start
. - Construct a transaction to fund the channel with the second peer, spending the same coin(s) as would be spent by the transaction of step 3 but using a higher fee rate.
- Establish the channel with the second peer using
fundchannel_complete
. - Broadcast the second signed funding transaction, which replaces the first transaction.
- Wait for confirmation of the second transaction.
- Attempt to cancel the funding of the channel with the first peer using
fundchannel_cancel
. fundchannel_cancel
never returns.
getinfo
output
This is with CLN 24.08.2.
Metadata
Metadata
Assignees
Labels
No labels