rust-lightning
rust-lightning copied to clipboard
Add `FundingSigned` event
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.
Could be nice to have this like manually accepting inbound channels where it's just an option