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

Add FundingSigned event #3023

Open
jbesraa opened this issue Apr 25, 2024 · 1 comment · May be fixed by #3024
Open

Add FundingSigned event #3023

jbesraa opened this issue Apr 25, 2024 · 1 comment · May be fixed by #3024

Comments

@jbesraa
Copy link
Contributor

jbesraa commented Apr 25, 2024

Currently LDK will broadcast the funding transaction for outbound channels after we receive FundingSigned from the counterparty node.

We should introduce a new flag(manually_broadcast_outbound_channels?) and when set, FundingSigned event will be emitted instead of broadcasting the tx and emitting ChannelPending event.

@benthecarman
Copy link
Contributor

Could be nice to have this like manually accepting inbound channels where it's just an option

@jbesraa jbesraa linked a pull request Apr 25, 2024 that will close this issue
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 a pull request may close this issue.

2 participants