So all you have to do is spend that transaction with the CPFP.
How do you have this setup? You should have some access to that wallet to send the funds.
-Dave
I might be wrong, but I don't think CLN uses a bitcoin core wallet? bitcoin-cli listwallets returns an empty array for instance. Also CLN does not seem to be aware at all about what is going on in the mempool.
I thought it did, could be wrong I have never tried with CLN but it was in the back of my head that unlike LND it did.
For LND people have written tools to get to the keys https://github.com/lightninglabs/chantools
Not sure if anything similar exists for CLN
Sorry I can't help more.
-Dave
No problem, like I mentioned I was able to extract the seed from CLN by hacking their wallet tool a bit. I used it with another tool I have to get the private key for the UXO of the stuck transaction, and I executed the CPFP. The same tool also generates the zpriv, but I would need to do a bit more hacking to obtain the zpub if I wanted to. Having a tool that can generate wallets based on either entropy, mnemonic words, or seed is handy in this kind of situation
Cheers