docs: add release notes for remote balance field

This commit is contained in:
yyforyongyu 2021-11-05 01:31:51 +08:00
parent eb11d4866f
commit e00c72e871
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -19,6 +19,13 @@
* [Allow disabling migrations if the database backend passed to `channeldb` was
opened in read-only mode](https://github.com/lightningnetwork/lnd/pull/6084).
## RPC Server
* [Add value to the field
`remote_balance`](https://github.com/lightningnetwork/lnd/pull/5931) in
`pending_force_closing_channels` under `pendingchannels` whereas before was
empty(zero).
## Code Health
### Code cleanup, refactor, typo fixes