Merge pull request #6718 from hieblmi/chan-point-for-updatechanstatus

lncli: chan_point option for abandonchannel
This commit is contained in:
Oliver Gugger 2022-07-14 10:32:40 +02:00 committed by GitHub
commit 1e02d8910f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -1150,6 +1150,12 @@ var abandonChannelCommand = cli.Command{
Usage: "the output index for the funding output of the funding " +
"transaction",
},
cli.StringFlag{
Name: "chan_point",
Usage: "(optional) the channel point. If set, " +
"funding_txid and output_index flags and " +
"positional arguments will be ignored",
},
cli.BoolFlag{
Name: "i_know_what_i_am_doing",
Usage: "override the requirement for lnd needing to " +

View File

@ -22,7 +22,7 @@
need to explicitly specify the `--private` flag.
* [Add `chan_point` flag to
`updatechanstatus`](https://github.com/lightningnetwork/lnd/pull/6705)
`updatechanstatus` and `abandonchannel`](https://github.com/lightningnetwork/lnd/pull/6705)
to offer a convenient way to specify the channel to be updated.
* [Add `ignore_pair` flag to