Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unconfirmed utxo from internal wallet #69

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

JssDWt
Copy link
Collaborator

@JssDWt JssDWt commented Mar 6, 2023

CLN does not look at the mempool, so the integration test that tests whether channels can be opened using unconfirmed utxos didn't work for CLN.

I've changed the test so that the unconfirmed output is sent from the internal wallet instead of the miner. This way CLN does track the unconfirmed output and is able to use it for opening channels when minConfs=0.

This means using minConfs=0 does also work for CLN, but only when there are unconfirmed utxos available that are tracked by the internal wallet.

Completes #68

@JssDWt JssDWt requested a review from yaslama March 6, 2023 09:05
@yaslama yaslama merged commit c3c721a into master Mar 6, 2023
@JssDWt JssDWt deleted the fix-cln-zero-conf-utxo-test branch March 6, 2023 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants