Skip to content

Return funding txid on connect_open_channel #53

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

Closed
jurvis opened this issue Mar 28, 2023 · 1 comment
Closed

Return funding txid on connect_open_channel #53

jurvis opened this issue Mar 28, 2023 · 1 comment

Comments

@jurvis
Copy link
Contributor

jurvis commented Mar 28, 2023

Will be nice to get back the funding txid to immediately track the funding TX instead of needing to do a separate list_channels query

@tnull
Copy link
Collaborator

tnull commented Mar 30, 2023

This is unfortunately not possible in this way as the underlying create_channel call only initiates channel creation at which point we don't know the funding_txo yet. However, this one of the reasons for the upcoming ChannelPending event (see lightningdevkit/rust-lightning#2098), which likely will be added in 0.0.115, i.e., available here soon, too.

@tnull tnull closed this as completed Mar 30, 2023
@tnull tnull closed this as not planned Won't fix, can't repro, duplicate, stale Mar 30, 2023
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

No branches or pull requests

2 participants