Skip to content

Commit

Permalink
docs: update release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant Bansal <[email protected]>
  • Loading branch information
NishantBansal2003 committed Jan 2, 2025
1 parent fa58fe0 commit 90ed477
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/release-notes/release-notes-0.19.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@
will be added later.

* [Deprecated `ChanId`](https://github.com/lightningnetwork/lnd/pull/9390) and
introduced `ShortChanIdInt`,reflecting its role as the integer representation
of `ShortChannelID`. Added `ShortChanId` as a string representation of
`ShortChannelId` in the format (`block x transaction x output`). Introduced
`ChannelId` to align with the BOLT-2 Peer Protocol specification for
standardized channel identification.
introduced `ShortChanId`,reflecting its role as the integer representation
of `ShortChannelID`. Added `short_chan_id_str` as a string representation of
`ShortChanId` in the format (`block x transaction x output`) to the
`lncli listchannels` output. Introduced `ChannelId` to align with the BOLT-2
Peer Protocol specification for standardized channel identification.

## Functional Enhancements
* [Add ability](https://github.com/lightningnetwork/lnd/pull/8998) to paginate
Expand Down

0 comments on commit 90ed477

Please sign in to comment.