Merge pull request #9390 from NishantBansal2003/append-channel

Enhance `lncli` listchannels command with the chan_id and short_chan_id (human readable format)
This commit is contained in:
Oliver Gugger
2025-01-15 07:19:27 -06:00
committed by GitHub
4 changed files with 269 additions and 13 deletions

View File

@@ -111,6 +111,12 @@
now update the channel policy if the edge was not found in the graph
database if the `create_missing_edge` flag is set.
* [Enhance](https://github.com/lightningnetwork/lnd/pull/9390) the
`lncli listchannels` output by adding the human readable short
channel id and the channel id defined in BOLT02. Moreover change
the misnomer of `chan_id` which was describing the short channel
id to `scid` to represent what it really is.
# Improvements
## Functional Updates
@@ -282,6 +288,7 @@ The underlying functionality between those two options remain the same.
* hieblmi
* Jesse de Wit
* Keagan McClelland
* Nishant Bansal
* Oliver Gugger
* Pins
* Viktor Tigerström