mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
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`.
7 lines
329 B
Text
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.
|