mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-04 10:58:11 +01:00
8 lines
329 B
Text
8 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.
|