rust-lightning/pending_changelog/1743.txt
Elias Rohrer f4c2d40700
Add ChannelReady event
This adds a `ChannelReady` event that is emitted as soon as a new
channel becomes usable, i.e., after both sides have sent
`channel_ready`.
2022-11-03 11:45:28 +01:00

7 lines
329 B
Text

## API Updates
- A new `ChannelReady` event is generated whenever a channel becomes ready to
be used, i.e., after both sides sent the `channel_ready` message.
## Backwards Compatibilty
- No `ChannelReady` events will be generated for previously existing channels, including
those which become ready after upgrading 0.0.113.