ElementsProject / lightning

Core Lightning — Lightning Network implementation focusing on spec compliance and performance
Other
2.85k stars 902 forks source link

RBF on Transaction #6600

Open btchans opened 1 year ago

btchans commented 1 year ago

Issue and Steps to Reproduce

i've made a onchain transaction with zeus and havent verified zeus fees. thos were set to 2 sats/vbyte. TX is now stuck in the mempool.

is there a way to use RBF to speed up the transaction afterwards?

getinfo output

wtogami commented 1 year ago

That being below the mempool purge threshold you might be able to do a simple double spend as most of the nodes out there don't have it. Look into creating a PSBT using any of those same inputs and use CLN to sign it.