docs: update release note for channel_ready

This commit is contained in:
yyforyongyu 2023-03-16 21:56:51 +08:00
parent dc3f83c670
commit c4aea6e789
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -26,6 +26,13 @@
added to `lnrpc` so the node operator can know whether a certain request has
happened or not.
* Message `funding_locked` [has been
renamed](https://github.com/lightningnetwork/lnd/pull/7517) to
`channel_ready` internally to match the specs update. This should not change
anything for the users since the message type(36) stays unchanged, except in
the logging all the appearance of `funding_locked` replated experssion is
replaced with `channel_ready`.
# Contributors (Alphabetical Order)
* Elle Mouton