Skip to content

Unconfirmed transaccion but in mempool reemplacement and confirmed #1481

Discussion options

You must be logged in to vote

For future reference, user @PEXmas shared the solution on Telegram to re-scan outputs on a CLN node:

"
Solved:

To resolve the issue of unconfirmed transactions and update the internal state of Core Lightning, follow these steps:

Open the Core Lightning configuration file: nano /umbrel/app-data/core-lightning/data/config

Add the following line to enable developer commands: developer

Restart the Core Lightning container to apply the changes: docker restart core-lightning_lightningd_1

Rescan the outputs to update the UTXO state: docker exec -it core-lightning_lightningd_1 lightning-cli dev-rescan-outputs

Finally, check the updated funds and balances: docker exec -it core-lightning_lightningd…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ShahanaFarooqui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants